Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> Javascript

เราจะใช้ความคิดเห็นหลายบรรทัดใน JavaScript ได้อย่างไร


ต่อไปนี้เป็นความคิดเห็นแบบหลายบรรทัดใน JavaScript

/*
   * This is a multiline comment in JavaScript
   * It is very similar to comments in C Programming
*/

ตัวอย่าง

ตัวอย่างต่อไปนี้แสดงวิธีใช้ความคิดเห็นแบบหลายบรรทัดใน JavaScript

<script>
   <!--
      /*
         * This is a multiline comment in JavaScript
         * It is very similar to comments in C Programming
      */
   //-->
</script>