站长资源网络编程

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

整理:jimmy2026/8/6浏览2
简介在asp.net 后台页面提取时需要解码。解码的方式为:HttpUtility.UrlDecode(context.Request["infostr"].ToString());
在asp.net 后台页面提取时需要解码。解码的方式为:HttpUtility.UrlDecode(context.Request["infostr"].ToString());