node.js - express请求的具体方法
巴扎黑
巴扎黑 2017-04-17 16:20:42
0
1
380

新手问下:
express的路由功能他的这个req请求方法怎么在文档里找不到??

巴扎黑
巴扎黑

reply all(1)
Peter_Zhu

This req is a parameter of the get method callback function. Specifically, its type is Express’s built-in Request, which is an enhanced version of Nodejs’ built-in object Request.

You can refer to: Express - API #req

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template