I need to use a Javascript variable (defined in the front-end) in some EJS code, as follows:var selected = 1;<% for (var i=0; i < supplies.length; ...
確定! 回上一頁