有没有办法摆脱[Object: null prototype]终端中的 ,所以它只会显示{title: 'book'}?
[Object: null prototype]
{title: 'book'}
我console.log(req.body);在 node/express.js 中做
console.log(req.body);
node.js express
express ×1
node.js ×1