81,122
社区成员




<%String sql1 = "select count(*) as num from article where rootid = " + a.getId() ;
ResultSet rs1 = DB.executeQuery(stmt, sql1);
while(rs1.next()){%>
<%=rs1.getInteger("num") %>
<%} %>