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

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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