jquery form表单提交插件asp.net后台中文解码
发布时间:2016-12-30 来源:查字典编辑
摘要:在asp.net后台页面提取时需要解码。解码的方式为:HttpUtility.UrlDecode(context.Request["info...
在asp.net 后台页面提取时需要解码。解码的方式为:HttpUtility.UrlDecode(context.Request["infostr"].ToString());