body-parser作用:解析请求体服务端框架express ... 中间件用法 app.use(bodyParser.urlencoded({extended:true})) app.post('/',function(req,res){ ...
確定! 回上一頁