express4 nodejs
app.use(express.static(path.join(__dirname, 'public')));
http://localhost:1337/public/stylesheets/bootstrap.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
express4 nodejs
app.use(express.static(path.join(__dirname, 'public')));
http://localhost:1337/public/stylesheets/bootstrap.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
加载路径不需要public!