码迷,mamicode.com
首页 > 其他好文 > 详细

layui中解决ashx筛选数据时中文乱码问题

时间:2018-07-09 14:14:15      阅读:402      评论:0      收藏:0      [点我收藏+]

标签:中文   数据   type   json   table   test   color   ash   page   

context.Response.ContentType = "text/json";

HttpUtility.UrlDecode(context.Request["title"], Encoding.UTF8)


//执行重载
                            table.reload(‘idTest‘, {
                                method: ‘post‘,
                                page: {
                                    curr: 1 //重新从第 1 页开始
                                },
                                where: {
                                    title: encodeURIComponent(demoReload.val()),
                                    status: sj_state.val()
                                }
                            });

 

layui中解决ashx筛选数据时中文乱码问题

标签:中文   数据   type   json   table   test   color   ash   page   

原文地址:https://www.cnblogs.com/prolion/p/9283379.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!