<body> <script type="text/javascript"> <!-- var myVariable = 'Hello'; document.write(myVariable); // --> </script> </body>
ผลที่ได้จะเหมือนกับ
<body> <script type="text/javascript"> <!-- document.write('Hello'); // --> </script> </body>
แตกต่างกันที่ใช้กับไม่ไช้ตัวแปลการใช้ตัวแปลจะใช้ในกรณีที่ค่าตัวแปลยาวมากหรือใช้เพื่อคำสั่งอื่นๆ ^^
0 ความคิดเห็น:
แสดงความคิดเห็น