标签:编写 color script hello 文件 span 引入 导入 方式
一、JavaScript基础
1.引入方式
<!--1 直接编写--> <script> alert(‘hello yuan‘) </script> <!--2 导入文件--> <script src="hello.js"></script>
JavaScript初始
原文地址:http://www.cnblogs.com/moning/p/7687105.html