为了账号安全,请及时绑定邮箱和手机立即绑定

解析form表单post过来数据出错

老师演示那个好像是最新的不能用了,老师帮忙看看怎么回事?还有node如何打断点,一般如何调试,简单说下,初次接触node,谢谢老师~

https://github.com/expressjs/body-parser


module.js:340

    throw err;
          ^
Error: Cannot find module '././binary_parser'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at exports.native.classes (D:\www\nodeweb\node_modules\bson\lib\bson\index.j

s:19:17)



var bodyParser = require('body-parser');


app.post('/admin/movie/new', function(req, res){
   console.log("jjj");
   app.use(bodyParser.urlencoded({extended: true}));
   app.use(bodyParser.json());
   console.log(req);
   console.log(req.body);
   exit();
   var id = req.body.movie._id;
   var movieObj = req.body.movie;
   var _movie;

正在回答

2 回答

http://pan.baidu.com/s/1sj8vCGd   跟随老师写的代码,可以跑通

http://img1.sycdn.imooc.com//54d9e4820001d74a09950216.jpg

0 回复 有任何疑惑可以回复我~

后来重新安装bson解决

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
node+mongodb 建站攻略(一期)
  • 参与学习       91860    人
  • 解答问题       889    个

带你完整实现一个从前端到后端的项目,初中级前端开发工程师必学课程

进入课程

解析form表单post过来数据出错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信