post与get小坑整理

很少说直接上代码。。。html 发出请求 <a href="/admin/category/edit?u_id={{category._id.toString()}}">修改</a> 2.响应请求web router.get('/category/edit',function(req,res){ var u_id=req.query.u_id; console.log(u_id);
相关文章
相关标签/搜索