前端学习笔记202308学习笔记第八十天-闭包2

{
  "name": "20230814closure",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "dev": "vite"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "vite": "^4.4.9"
  }
}
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <script type="module" src="./index.js"></script>
</head>
<body>
    
</body>
</html>

运行结果

 

posted @ 2023-09-01 10:40  前端导师歌谣  阅读(7)  评论(0)    收藏  举报  来源