set Rsu=conn.execute("select * from goods")
str=RsU("product")
str=split(str,"|||") ’
tstr=""
for i = 0 to ubound(str)
if instr(str(i),"备用")<=0 then
if tstr<>"" then
tstr=tstr & "|||" & str(i)
else
tstr=str(i)
end if
end if
next
response.Write tstr
response.End()
str=RsU("product")
str=split(str,"|||") ’
tstr=""
for i = 0 to ubound(str)
if instr(str(i),"备用")<=0 then
if tstr<>"" then
tstr=tstr & "|||" & str(i)
else
tstr=str(i)
end if
end if
next
response.Write tstr
response.End()
热门信息
阅读 (198)
1 独特的随机字母阅读 (172)
2 检查和设置IIS服务器正确的权限阅读 (164)
3 ASP-对象阅读 (164)
4 asp网站伪静态化URL Rewrite中的httpd.ini伪静态化规则编写方法阅读 (163)
5 asp取access数据库里本周、本月、本季度的记录~