摘要: 开头: 在html页面的script标签中写html代码时,标签内任何地方不能出现</script> 例如 <script>console.log("hello world! </script>");</script> -- 错误 要注意将script标签写在head标签内的时候,如果JS代码有操作 阅读全文
posted @ 2018-05-02 09:49 伊利丹怒风 阅读(61) 评论(0) 推荐(0)