公交车信息列表
线路搜索:
ID
车号
费用(单位:元)
首班时间
末班时间
添加/修改时间
操作
sqlstr="select * from [bus] order by qmbus_id desc"
rs.open sqlstr,conn,1,3
if not rs.eof then
rs.pagesize=12
page_num=bus_count/12
page_now=1
if trim(request.QueryString("page"))"" then
page_now=cint(trim(request.QueryString("page")))
end if
if page_now>rs.pagecount or page_now page_now=1
end if
rs.absolutepage=page_now
i=1
while (not rs.eof) and i %>
查看详情
rs.movenext
i=i+1
wend
%>
当前第页
首页
首页
1 and rs.pagecount>1 then%>
上一页
上一页
下一页
下一页
尾页
尾页
共页/条
转到:
页
暂无公交车信息!
end if
rs.close
%>