一、JavaScript基础
1.引入方式
<!--1 直接编写--> <script> alert('hello yuan') </script> <!--2 导入文件--> <script src="hello.js"></script>