let x,y;//第1行敘述 x=2;//第2行敘述 y=3;//第3行敘述 document.write(x+y);//第4行敘述
<script> ...... </script>
<script src="*.js"></script>