标签: node.js ejs
我需要将多个数组呈现到ejs页面并对其进行迭代。
res.render({“ mypage”,{array1:value1,array2:value2,array3 value3});