string encoded = System.Web.HttpUtility.UrlEncode(input);string decoded = System.Web.HttpUtility.UrlDecode(encoded);http://huan-lin.blogspot.com/2014/02/url-encoding-solved.html
文章標籤
全站熱搜
string encoded = System.Web.HttpUtility.UrlEncode(input);string decoded = System.Web.HttpUtility.UrlDecode(encoded);