var path = require('path'); app.get('/', function(req, res){ res.sendFile(path.join(__dirname + '/views/index.html')) });.
確定! 回上一頁