close
Javascript是html的預設語言
可以寫在<head></head>內
或<body></body>內
或者external檔案
用<script src="檔名.js">
基本用法如下
<script>
內容
</script>
1. 官網http://www.w3schools.com/js/js_whereto.asp
2. 寫在<head>
3. 寫在<body>
4. 寫在external
文章標籤
全站熱搜