IE9 Request.Url获取的URL不完整
http://localhost:54573/WebForm/main.aspx?perURL=http://localhost:54573/WebForm/applications/expense_application_views.aspx?act=AR&cType=2&ExpenseAppId=9875&AppGroupId=286&SubLevelId=2646&StatusId=2&UserID=200上面是我项目中的一个URL,我在IE6,IE7,IE8都可以获取到,但是在IE9中只能获取到如下:
http://localhost:54573/WebForm/main.aspx?perURL=http://localhost:54573/WebForm/applications/expense_application_views.aspx?act=AR&cType=2&ExpenseAppId=9875&AppGroupId=286&SubLevelId=2646&StatusId=2&UserID=2
为什么少了两位数字?是IE9对URL长度有限制吗? --------------------编程问答-------------------- 试试这样Request.Url.AbsoluteUri --------------------编程问答--------------------
一樣的,不行
补充:.NET技术 , ASP.NET