Asp.net源码坊
摘要: 客户端:以"get"方式进行表单提交,在需要传递中文的地方用函数escape("")将字符转码。后台服务器C#代码 #region 解码中文汉字publicstring getGBKChinese(string encodeStr){return System.Web.HttpUtility.UrlDecode(encodeStr);}#endregionC#后台源码:Microsoft.JScript.GlobalObject.escape 阅读全文
posted @ 2014-04-06 14:34 liubo175175 阅读(257) 评论(0) 推荐(0)
Asp.net源码坊