摘要: Server.UrlEncode、HttpUtility.UrlDecode的区别在对URL进行编码时,该用哪一个?这两都使用上有什么区别吗?测试:string file="文件上(传)篇.doc";string Server_UrlEncode=Server.UrlEncode(file);str... 阅读全文
posted @ 2015-11-03 16:32 Twang 阅读(375) 评论(0) 推荐(0)