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