🌈 搜索
📅  最后修改于: 2022-03-11 14:59:10.639000             🧑  作者: Mango
<% for(let count = 0; count <= 100; count++ ){ %> <%= count %> <%# will output the numbers 1-100 %> <% } %>