js中的注释

  <script>
    //1. 单行注释
    /*
    2.多行注释
     */
  </script>

  

原文地址:https://www.cnblogs.com/qingmuchuanqi48/p/14800092.html