next ()常用于app.use()中,使用方法即使用与不使用的区别如下:app.use('/',function (req,res) { res.send('sucess');})app.get('/',function (req ...
確定! 回上一頁