if Request("num") >= 1 then '先判断再循环
for i = 1 to 100
if Request("num") = i then
responsewrite "<option value=""" & i & """ selected>" & i & "</option>"
else
responsewrite "<option value=""" & i & """>" & i & "</option>"
end if
next
end if
string sid = RequestQueryString["key"]; string stype = RequestQueryString["type"]; 接收的都是字符串类型 如果要数字 需要用 ConvertToInt32(sid); 转换下
以上就是关于asp网站,想用Request取得for循环的数值,但是不管用,求助~全部的内容,包括:asp网站,想用Request取得for循环的数值,但是不管用,求助~、ASP.NET(C#)如何使用期Request获取通过网址传递的参数、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)