摘要:
Server.UrlEncode、HttpUtility.UrlDecode不同编码 同样的Server.UrlEncode在不同页面居然编码后的字符不同,后来查了查原来..在对URL进行编码时,该用哪一个?这两都使用上有什么区别吗?测试:string file="文件上(传)篇.doc";string Server_UrlEncode=Server.UrlEncode(file);string Server_UrlDecode=Server.UrlDecode(Server_UrlEncode);string HttpUtility_UrlEncode=System.We 阅读全文
posted @ 2011-03-28 10:02
bandrui
阅读(278)
评论(0)
推荐(0)

浙公网安备 33010602011771号