C# 编码解码

string test = "小飞侠";
test = HttpUtility.UrlEncode(test, Encoding.UTF8);//编码
test = HttpUtility.UrlDecode(test, Encoding.UTF8);//解码

 

posted on 2020-12-11 15:28  炼金师  阅读(244)  评论(0编辑  收藏  举报

导航