const createError = require('http-errors'); function catchNotFound(_req, _res, next) { next(createError(404)); }. 最佳答案. 我弄清楚了node.js如何解析模块。
確定! 回上一頁