JavaScript 學習筆記(六) ─ 在HTML中引入JS. ... HTML當中 <!DOCTYPE HTML> <html> <body> <p>script 标签之前...</p> <script> alert('Hello, world!'); </script>
確定! 回上一頁