router.post('/', function(req, res) { console.log(req.body); console.log(req.body.name); console.log(req.body.tel); res.send("ok"); }); // 下面是log {} undefined undefined
知识点传送门:https://www.jianshu.com/p/606802e40fd5
原文:https://www.v2ex.com/t/119935