Response.Redirect传递中文参数出现乱码

mac2022-06-30  84

string Str="中文"; FileName = HttpUtility.UrlEncode(Str, Encoding.GetEncoding("GB2312"));

 

转载于:https://www.cnblogs.com/sl-Blog/p/5709778.html

最新回复(0)