close
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);