关于URL被截断的问题

例如:http://a.aspx?b=1&c=2 ,但传过去的却是http://a.aspx/?b=1

解决方案1:【C#】HttpUtility.UrlEncodeUnicode(string);

解决方案2:【js】escape(string)

posted @ 2009-07-15 10:50  一只白色的大鸟  阅读(362)  评论(0编辑  收藏  举报