string test = "小飞侠"; test = HttpUtility.UrlEncode(test, Encoding.UTF8);//编码 test = HttpUtility.UrlDecode(test, Encoding.UTF8);//解码
posted on 2020-12-11 15:28 炼金师 阅读(255) 评论(0) 收藏 举报