form表单传到后台的数据,怎样转换成对象
{ ‘movie[_id]’: ‘undefined’, ‘movie[title]’: ‘Brige’, ‘movie[doctor]’: ‘StarkArya’, ‘movie[country]’: ‘England’, ‘movie[language]’: ‘Chinese’, ‘movie[year]’: ‘2020’, ‘movie[summary]’: ‘something right’ }
form表单到后台的参数,req.body 是如上图,我取req.body.movie 报undefined ,请问如何将该对象转换成movie对象·····················
3 回复
已经解决了 app.use(bodyParser.urlencoded({extended:false}));
->
app.use(bodyParser.urlencoded({extended:true}));
你这个。。我其实不支持name用数组的,个人没这个习惯,感觉这样的json出来看着丑。
@captainblue2013 菜鸟表示看慕课网学习中😊 自豪地采用 CNodeJS ionic