I process like that to pass array from express to an EJS page: in the node.js code : .post('/action', function(req, res) { var arr = ["premier", "second", ...
確定! 回上一頁