E小press框架之第三步(参数接收)

router.post('/login', function(req, res, next) {
uname = req.param('uname');
res.send('收到参数:'+uname);
});

posted on 2018-09-12 15:59  _xinT  阅读(177)  评论(0编辑  收藏  举报