Appearance
TIP
包含请求 URL 的路径部分
req.path
// example.com/users?sort=desc console.dir(req.path) // => "/users"