You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
266 B

1 month ago
# 102201615
预先安装nodejs环境打开终端然后在项目根目录下输入下列指令npm init -y;npm install express multer xlsx cors body-parser
在终端继续输入node server.js然后点击first.html文件跳转网页开始执行项目。