如何将"配额信息"这个应该是中文编码后的字符串,如何将它变为中文?
------解决方案--------------------------------------------------------
try
- C# code
string test = "配额信息";Response.Write(HttpUtility.HtmlDecode(test)); //配额信息
string test = "配额信息";Response.Write(HttpUtility.HtmlDecode(test)); //配额信息