码迷,mamicode.com
首页 > Web开发 > 详细

nodejs路由的部分通配

时间:2016-12-12 23:43:57      阅读:312      评论:0      收藏:0      [点我收藏+]

标签:ons   local   请求   localhost   nod   src   http   app   nbsp   

1. 占位标识符/:id

app.get(‘/post_api_post_data_ren/bet/follow/:gameEn‘,function(req,res){
    console.log(req.params.gameEn);
});
//eg:请求的路由为 http://localhost/post_api_post_data_ren/bet/follow/jxD11

技术分享

 

nodejs路由的部分通配

标签:ons   local   请求   localhost   nod   src   http   app   nbsp   

原文地址:http://www.cnblogs.com/biangz/p/6165856.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!