会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
子午
非淡泊无以明志,非宁静无以致远
首页
新随笔
订阅
管理
2009年4月6日
Server.UrlEncode、HttpUtility.UrlDecode不同编码
摘要: 同样的Server.UrlEncode在不同页面居然编码后的字符不同,后来查了查原来..在对URL进行编码时,该用哪一个?这两都使用上有什么区别吗?测试:string file="文件上(传)篇.doc";string Server_UrlEncode=Server.UrlEncode(file);string Server_UrlDecode=Server.UrlDecode(Server_Ur...
阅读全文
posted @ 2009-04-06 15:08 子午
阅读(7661)
评论(0)
推荐(2)
编辑
公告