我想在調用res.render()時更改Express的視圖文件夾。 ... (err,html) { if (err) res.send(404); else res.send(200,html); }); }); app.listen(3000);.
確定! 回上一頁