asp如何使自动刷新网页中的数据传入下一页?

2024-12-30 21:22:13
推荐回答(2个)
回答1:

我本来想帮你,写了一会代码,结果发现你的设计思路就存在问题!

既然你改了,那我就说句让你参考,没次去字符的前两位:
原始数据str
strlen=len(str)
str1=left(str,2)
str2=left(right(str,strlen-2),2)
str3=left(right((right(str,strlen-2)),strlen-2),2)
str4=right(right((right(str,strlen-2)),strlen-2),2)
这样所要的数据分别是str1,str2,str3,str4
然后提交保存数据库即可.

回答2:

<%
pagenum = request("num")
if pagenum = "" then pagenum = 0
%>


....