<% for(var i = list.length; i > 0; i--){ %>
  • <%= list[i-1].title %>
  • <% } %> <% if(list.length > limitMax - 1) { %>
  • 展开更多
  • <% } %>