摘要:
HttpUtility.UrlDecode 解码会把+号变成空格 Server.UrlDecode 解码会把+号变成空格所以说在我接收到参数后对参数进行了替换Request.QueryString["keyword"].Replace("+", "%2b")。HttpUtility.UrlDecode写法 HttpUtility.UrlDecode(Request.QueryString["key... 阅读全文
posted @ 2010-09-06 09:40
freexiaoyu
阅读(362)
评论(0)
推荐(0)
浙公网安备 33010602011771号