createServer(app); app.use(bodyParser.json({limit: '1mb'})); //body-parser 解析json格式数据app.use(bodyParser.urlencoded({ //此项必须在 ...
確定! 回上一頁