');});// Express Router// 建立Router 物件var router = express.Router();// 首頁路由(http://localhost:8080)router.get('/', function(req, res) { ...
確定! 回上一頁