jquery form表单提交插件asp.net后台中文解码

  在asp.net 后台页面提取时需要解码。解码的方式为:HttpUtility.UrlDecode(context.Request["infostr"].ToString());