当前位置:编程学习 > C#/ASP.NET >>

c# 字符串传递乱码问题

兄弟想 在c#下输入汉字  实现   string address = "http://www.baidu.com/s?wd="+ 汉字 
然后打开 address的地址  却显示的是乱码 困惑中 ! --------------------编程问答-------------------- Encoding.UTF8.GetString(Convert.FromBase64String(address)); --------------------编程问答-------------------- HttpUtility.UrlDecode  --------------------编程问答-------------------- 少了引用吧 --------------------编程问答-------------------- Server.UrlDecode
Server.UrlEncode --------------------编程问答-------------------- 编码没有指定。 --------------------编程问答-------------------- baidu  一般用的是GB2312编码
补充:.NET技术 ,  C#
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,