首先声明JSON类型: JSONObject jsonObject = new JSONObject();
然后把jsonObject.put()放入Datass和size;
把jsonobject转化为String类型,jsonObject.toString();
jsonObject.put("Total", listInfo.getTotalSize());
response.setCharacterEncoding("UTF-8");
response.getWriter().println(jsonObject.toString());