1. 程式人生 > >URL中一些字元的特殊含義

URL中一些字元的特殊含義

js裡面的encodeURI()對應C#

System.Web.HttpUtility.UrlEncode("", System.Text.Encoding.GetEncoding("gb2312"))

decodeURI()對應C#中

System.Web.HttpUtility.UrlDecode("%B1%E0%C2%EB", System.Text.Encoding.GetEncoding("GB2312")));