You need to map the array instead of using a forEach loop. That way you can join the values and send the html string: app.get("/", (req,res) ...
確定! 回上一頁