2021年10月10日

摘要: 1、创建项目 执行npm init -y,初始化包管理配置文件package.json 2、新建src源代码目录,新建src/index.html和src/index.js脚本文件 3、npm install jquery -S 4、index.js //使用ES6导入语法 import $ fro 阅读全文
posted @ 2021-10-10 14:26 棉花糖_30 阅读(3117) 评论(0) 推荐(1)

导航