为了账号安全,请及时绑定邮箱和手机立即绑定

module.exports = () => { 在一个文件中能使用 N次吗? 即: json 和 application/x-www-form-urlencoded 放到一个中间件文件中如何解决?


module.exports = () => {

return (req,res,next) =>{

if (req.header('Content-type') !== 'application/x-www-form-urlencoded') {

return next ()

}


正在回答

举报

0/150
提交
取消
Express 基础入门
  • 参与学习       1963    人
  • 解答问题       1    个

带你快速入门 expres 及中间件!

进入课程

module.exports = () => { 在一个文件中能使用 N次吗? 即: json 和 application/x-www-form-urlencoded 放到一个中间件文件中如何解决?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信