用 Server.UrlPathEncode("某某汉字串")如何再解密回去
没有 UrlPathDecode 方法呀 问题点数:0、回复次数:3Top
1 楼saucer(思归)回复于 2003-12-02 10:09:20 得分 0
try
Server.UrlDecode
or
HttpUtility.UrlDecode(YourString,System.Text.Encoding.GetEncoding("GB2312"))Top
2 楼zuolm1977()回复于 2003-12-02 10:43:33 得分 0
Response.Write (HttpUtility.UrlDecode(Server.UrlPathEncode("技术发展部"),System.Text.Encoding.GetEncoding("GB2312"))) ;
还是乱码,跟urldecode 一样 。
鎶€鏈彂灞曢儴
鎶€鏈彂灞曢儴Top
3 楼Wuzhou98(还在学习...)回复于 2003-12-02 11:21:12 得分 0
跟IE的编码设置有关系么?Top




