js代码中使用 encodeURI('中文内容') 进行编码
c#代码中使用 Encoding utf8 = Encoding.UTF8; HttpUtility.UrlDecode(编码后的内容, utf8).ToLower(); 进行解码