<%= title %>
用户名
用户展现名
<% for(var i in cUser) { %>
<%= cUser[i]['userId'] %>
<%= cUser[i]['userName'] %>
<% } %>