<!-- 建议:内部脚本写在body底部 <script> //1.内部脚本 将js代码写在HTML页面中 alert('hello world');//弹窗 </script> --> <!-- 2.外部脚本 ...