0
点赞
收藏
分享

微信扫一扫

asp.net 取到url中?后参数的值的方法


获取url中?后参数的值的方法

Response.Redirect("../yhcz/bjyh.aspx?a=123b");



string a;


a = Request.QueryString["a"]; 

Response.Write(a);//输出的值是123b




黑色头发:http://heisetoufa.iteye.com/


举报

相关推荐

0 条评论