标签:编码 字符串 logs pre 编码解码 解码 encode tput blog
以UTF8编码格式为例:
1 //编码 2 ViewBag.FileURL = HttpUtility.UrlEncode(UriString, Encoding.UTF8); 3 //解码 4 FileURL = HttpUtility.UrlDecode(FileURL, UTF8Encoding.UTF8);
标签:编码 字符串 logs pre 编码解码 解码 encode tput blog
原文地址:http://www.cnblogs.com/lijianda/p/7074697.html