1) You can pass an ejs variable value to a Javascript variable <% var test = 101; %> // variable created by ejs <script> var getTest = <%= test %>; //var ...
確定! 回上一頁