Node.JS

express中req.params,req.query,req

2017-07-18  本文已影响0人  little_short

get 请求

For example, if you have the route /user/:name

req.params

For example, if you have the route /shoes?order=desc&shoe[color]=blue&shoe[type]=converse

req.query

post请求

req.body

上一篇 下一篇

猜你喜欢

热点阅读