NodeJS: Express 中的 404 页面处理

 

404_html

app.use(express.static(path.join(__dirname, 'public'))) 要放在 app.use(app.router) 之前 不然静态资源解析错误