2019年4月23日

JS基础1 — 代码要注意的一些问题

摘要: 1、在一对 <script></script> 标签中,有错的js代码,那么该错误代码后面的代码不会执行。 例子:<script> alert("Hello World); //报错 alert("你好") //不会执行这段字符串 </script> 2、上面的<script></script>标签 阅读全文

posted @ 2019-04-23 18:03 sbird 阅读(205) 评论(0) 推荐(0)

导航