express.bodyParser()实际上是重用connect这个middleware中的bodyParser方法 ... 可以看出bodyParser是返回一个函数return function bodyParser(req, res, next)
確定! 回上一頁