前端框架 json 返回值
layui:
string strJson = "{\"code\": \"0\",\"msg\": \"\",\"count\":" + count + ",\"data\":" + JsonHelper.ToJson(dt2) + "}";
easyui:
string strJson = "{\"total\":" + count + ",\"rows\":" + JsonHelper.ToJson(dt2) + "}";
layui:
string strJson = "{\"code\": \"0\",\"msg\": \"\",\"count\":" + count + ",\"data\":" + JsonHelper.ToJson(dt2) + "}";
easyui:
string strJson = "{\"total\":" + count + ",\"rows\":" + JsonHelper.ToJson(dt2) + "}";