GET /hello/fred/0926xxx572

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GET /hello/fred/0926xxx572相关的知识,希望对你有一定的参考价值。

GET /hello/fred/0926xxx572

app.get(‘/hello/:name/:tel‘, function(req, res) {
console.log(req.params.name);
console.log(req.params.tel);
});
req.params.xxxxx 从path中的变量
req.query.xxxxx 从get中的?xxxx=中
req.body.xxxxx 从post中的变量

以上是关于GET /hello/fred/0926xxx572的主要内容,如果未能解决你的问题,请参考以下文章

带有 Python 请求模块的代理

sql的一般查询语句(增删改查中的查)

GET和POST小记

ie get请求乱码

Apache启动提示 httpd: apr_sockaddr_info_get() failed for xxx

XXX is not a function