当前位置:Gxlcms > JavaScript > jquery form表单提交插件asp.net后台中文解码

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

时间:2021-07-01 10:21:17 帮助过:3人阅读

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

人气教程排行