express

npm install express --save

npm install body-parser post请求包

// 引入body-parser模块,用来处理post请求参数
const bodyParser = require(‘body-parser’);

// 处理post请求参数
app.use(bodyParser .urlencoded({extended: false}))
app.use(bodyParser .json())


npm install art-template express-art-template

  

posted @ 2021-06-14 16:33  zjxgdq  阅读(48)  评论(0编辑  收藏  举报