| 1234567891011121314151617181920212223 | 
							- <!DOCTYPE html>
 
- <html lang="en">
 
- <head>
 
-     <meta charset="UTF-8">
 
-     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
-     <title>Document</title>
 
- </head>
 
- <body>
 
-     <!-- 
 
-         js => JavaScript
 
-         弱语言类型
 
-     -->
 
-     <!-- 
 
-         1.在html标签中添加script标签
 
-         2.在script标签中的src属性里去引入js页面路径
 
-         console.log()打印
 
-     -->
 
-     <!-- <script>
 
-         console.log("!1")
 
-     </script> -->
 
-     <script src="./index.js"></script>
 
- </body>
 
- </html>
 
 
  |