摘要: 1.使用<script>标签 输出: document.write("<h1>标签h1</h1>") //可以嵌套标签 <script> document.getElementById("pid").innerHTML="hello"; </script> 2.语法和注释 js语句向浏览器发出命令 阅读全文
posted @ 2019-11-16 21:24 华儿E 阅读(108) 评论(0) 推荐(0)