request參數(shù)獲取 從path中獲取數(shù)據(jù) req.params.key 從get中的 kye=? 中獲取數(shù)據(jù) req.query.key 從post中的獲取 req.body.key 從header中獲取數(shù)據(jù) req.headers[key]