我使用 express.static 來提供靜態檔案,如下所示: ['/images','/packages','/scripts','/stylesheets'].forEach(p => { app.use(p, ...
確定! 回上一頁