以下是网友评论精选,网友留言只代表中国抗癌在线网友个人观点,不代表中国抗癌在线观点
<% sql="select top 30 unid,classid,title,hits,comment from article where comment>0 order by comment desc" call showover function showdescription(objrs) %> <% if not objrs.eof then for i=0 to maxperpage%> <% objrs.movenext if objrs.eof then exit for next end if%>
所属栏目
标题
评论/点击
<%=findlmpath2(objrs("classid"))%>
" target="_blank" class="2"> <%=left(replace(replace(objrs("title"),chr(13),"
")," "," "),30)%>
<%=objrs("comment")%>  | <%=objrs("hits")%>
<% end function %>