小编Unc*_*ill的帖子

NERD_Commenter的不理想评论,评论javascript嵌入html文件

嵌入在html中的一些javascript代码如下:

评论了vim插件NERD_Commenter

<body>
    <script language="javascript">
        <!--alert("hello word");-->
        <!--alert("hello word");-->
        <!--alert("hello word");-->
        <!--alert("hello word");-->
    </script>
</body>
Run Code Online (Sandbox Code Playgroud)

我想用下面的样式评论内部javscript代码:

    <script language="javascript">
        //alert("hello word");
        //alert("hello word");
        //alert("hello word");
        //alert("hello word");

    </script>
Run Code Online (Sandbox Code Playgroud)

怎么处理呢?或者是否有更好的代码评论插件?

html vim comments indentation

5
推荐指数
1
解决办法
286
查看次数

标签 统计

comments ×1

html ×1

indentation ×1

vim ×1