request参数获取 从path中获取数据 req.params.key 从get中的 kye=? 中获取数据 req.query.key 从post中的获取 req.body.key 从header中获取数据 req.headers[key]