编号 |
姓名 |
地址 |
| <%=rs("id")%> | <%=rs("name")%> | <%=rs("addr")%> |
| <%if page=1 and not page=pagecount then%> 第<%=page%>页 <%for i=1 to pagecount%> <%=i%> <%next%> 下页 <%elseif page=pagecount and not page=1 then%> 第<%=page%>页 <%for i=1 to pagecount%> <%=i%> <%next%> 上页 <%elseif page<1 then%>没有任何记录! <%elseif page>pagecount then%>没有任何记录! <%elseif page=1 and page=pagecount then%> <%else%> 第<%=page%>页 <%for i=1 to pagecount%> <%=i%> <%next%> 上页 下页 <%end if%> |