这段Java程序的大体意思是什么呀 json数据什么时候用呀
con=dbutil.getCon();JSONObjectresult=newJSONObject();JSONArrayjsonArray=JsonUtil.form...
con = dbutil.getCon();
JSONObject result = new JSONObject();
JSONArray jsonArray = JsonUtil.formatRsToJsonArray(smd.list(con,
pageBean, sm));
int total = smd.Count(con, sm);;
result.put("rows", jsonArray);
result.put("total", total);
ResponseUtil.write(ServletActionContext.getResponse(), result); 展开
JSONObject result = new JSONObject();
JSONArray jsonArray = JsonUtil.formatRsToJsonArray(smd.list(con,
pageBean, sm));
int total = smd.Count(con, sm);;
result.put("rows", jsonArray);
result.put("total", total);
ResponseUtil.write(ServletActionContext.getResponse(), result); 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询