在ejs模板頁面的js程式碼中使用ejs標籤例項後端程式碼router.get("/ejs", (req, res) => { req.title = "hello"; req.arr = ["1", 2, 3, 4, 5]; ...
確定! 回上一頁