<%if(isNotEmpty(hotTags)){%>
热门标签
<% for(data in hotTags){ %> ${data.topicName}(${data.count}) <%} %>
<%}%>