| 发表于:2008-01-17 09:52:20 楼主 |
显示不出文章内容来 数据已经读出 <% if request("page")="" then pagenum=0 else pagenum=request("page") end if content=replace((unhtml(rs("content")))," ¦ ¦ ¦"," ¦ ¦ ¦ ") contentstr=split(content," ¦ ¦ ¦") for i=pagenum to pagenum %> <div id="content"> <%=contentstr%> <% next %> <% for p=0 to ubound(contentstr) %> <a href="news__detail.asp?id= <%=id%> &cate= <%=cate%> &page= <%=p%> " class=""> <%=p+1%> </a> <% next %> 页 网上找的代码改的,求达人指点 |
|
|
|
|