在asp.net中通过链接传递的参数如何获取?

bizbuy 2003-12-11 06:20:53
请问在asp.net中通过链接传递的参数,如:
asp.net?serial=111
到目的页面,如何以整数(integer类型)来获取下来
...全文
54 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
bullion 2003-12-11
  • 打赏
  • 举报
回复
VB:
int(Request.QueryString("serial"))

C#:
Convert.int32(Request.QueryString["serial"])
talent303 2003-12-11
  • 打赏
  • 举报
回复
Request(int("serial"))
reaperwu 2003-12-11
  • 打赏
  • 举报
回复
Request["serial"]

28,409

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧