用这个看看 设定一个变量J 循环 每次输出J而不是编号
<table width="100%" border="0" cellspacing="1" cellpadding="2" align="center">
<tr>
<td width="100%" height="18" class=sort colspan="2"><p align="center" class="STYLE3 STYLE6">
<font color="#000000">验 货 单 列 表 </font> </p> </td>
</tr>
<tr><td colspan="2">
<table border="0" cellspacing="1" cellpadding="2" align="center" width="100%" bgcolor="#CCCCCC">
<%
j=0
set rs=Servercreateobject("adodbrecordset")
sql="select from data order by id desc"
rsopen sql,conn,1,1
if rsbof and rseof then
responsewrite"暂无验货单记录!"
end if
%>
<tr class=sort>
<td width="34" height="22" align="center" bgcolor="#F0F0F0"><div align="center" class="STYLE5">编号</div></td>
<td width="49" align="center" bgcolor="#F0F0F0"><div align="center" class="STYLE5">订单号</div></td>
<td width="47" align="center" bgcolor="#F0F0F0"><div align="center">查看</div></td>
</tr>
<%
rspagesize=13
curpage=RequestQueryString("curpage")
if curpage="" then curpage=1
rsabsolutepage=curpage
%>
<%
for i= 1 to rspagesize
if rseof then
exit for
end if
j=j+1
%>
<tr bgcolor="#FFFFFF">
<td width="34" height="24" align="center" bgcolor="#F0F0F0"><div align="center"><span class="STYLE5"><%=i%>
</span></div></td>
<td width="49" bgcolor="#F0F0F0"><div align="center"><span class="STYLE7"><%=j%></span></div></td>
</tr>
<%
rsmovenext
next
%>
</table>
</td></tr>
<tr><td colspan="2">
</td></tr>
<tr><td>
<p style="text-align: right"><%if curpage=1 then%>
首页
<%else%>
<a href="curpage=1">首页</a>
<%end if%>
<%if curpage=1 then%>
上一页
<%else%>
<a href="curpage=<%=curpage-1%>">上一页</a>
<%end if%>
<%if rspagecount<curpage+1 then%>
下一页
<%else%>
<a href="curpage=<%=curpage+1%>">下一页</a>
<%end if%>
<%if rspagecount<curpage+1 then%>
尾页
<%else%>
<a href="curpage=<%=rspagecount%>">尾页</a>
<%end if%> </td><td width="30%">
<p style="text-align: right">当前第:<font color=red><%=curpage%></font>页,共有:<font color=red><%=rspagecount%></font>页,共有:<font color=red><%=rsrecordcount%></font>个订单</td></tr>
</table>
</div>
</body>
具体 *** 作步骤如下:
1、输入号码“1008611“点击拨打。
2、正在接通中。
3、通话结束后就可以在信息里查询是否有信息。
4、成功查询到剩余话费和流量,以及其他资费。
资料拓展:
中国移动的全称为“China Mobile Communications Corporation” ,为中国移动通信集团公司(简称“中国移动”),于2000年4月20日成立,是一家基于GSM,TD-SCDMA和TD-LTE制式网络的移动通信运营商。2000年5月16日正式挂牌。
中国移动通信集团公司全资拥有中国移动(香港)集团有限公司,由其控股的中国移动有限公司(简称“上市公司”)在国内31个省(自治区、直辖市)和香港特别行政区设立全资子公司,并在香港和纽约上市。
以上就是关于asp中翻页程序中编号的问题全部的内容,包括:asp中翻页程序中编号的问题、移动查话费号码多少、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)