app.use('/css',express.static(path.join(__dirname, 'public/css'))); // __dirname 当前路径, __filename 当前在执行的js文件路径app.use('/fonts' ...
確定! 回上一頁