<% include("header.tile") %>
<%=title%>
<% for (i = 0, l = list.length; i < l; i ++) { %>
- <%=#list[i].index%>. 用户: <%=list[i].user%> 网站:<%=list[i].site%>
<% } %>
<% if (list.length > 1) { %>
total: <%=list.length%>
<% } %>
fadfssdfsadf
<% include("list.tile") %>
<% var total=list.length; %>
//这是注释
<% var a=10; while(a>0) {a--;} %>
<% if(typeof console == "object") console.log("console is object."); %>
<% if(a==0) {} %>
<% if(a==0) { %>
a==0
<% } %>
fadfssdfsadf
<% include("footer.tile") %>