JavaScript文件与HTML文件本地连接

 1 <!DOCTYPE html>
 2 <html lang="en">
 3 <head>
 4     <meta charset="UTF-8">
 5     <title>Title</title>
 6 
 7     <script src="commons.js"></script>
 8 
 9 </head>
10 <body>
11 
12 </body>
13 </html>
s13.html

 

1 alert(123);
commons.js

 

posted @ 2017-11-23 15:52  颜言  阅读(443)  评论(0编辑  收藏  举报