%include("/common/_head.html"){}%>
网红 -飞趣
<% var user = c.currentUser(request, servlet.response); var isLogin = false; if(user != null){ isLogin=true; } include("/common/_headwithlogin.html",{user:user,isLogin:isLogin}){} %>
讨论话题
<%for(var topic in wangHongWans){%>
${topic.author}
${topic.content}
${topic.area}
<%for(var img in topic.imgs){%>
<%}%>
<%}%>
<%include("/common/_footor.html"){}%> <%include("/common/_scripts.html",{user:user}){}%>