2017年9月30日

json转datatable

摘要: public static DataTable JsonToDataTable(string strJson) { DataTable tb = null; //获取数据 Regex rg = new Regex(@"(?<={)[^}]+(?=})"); MatchCollection mc = 阅读全文

posted @ 2017-09-30 16:49 A欣 阅读(241) 评论(0) 推荐(0) 编辑

layui之ajax巨坑

摘要: 在使用layui做前端框架的时候,在请求ajax时,回调函数不执行问题,找了各种原因,各种的更改ajax参数类型和webapi返回类型 各种不行,最后发现layui默认是form提交,想要让他执行ajax回调就只是一句话 return false 看代码 layui.use(['form', 'la 阅读全文

posted @ 2017-09-30 16:45 A欣 阅读(50192) 评论(0) 推荐(2) 编辑

导航