回覆列表
  • 1 # 小逗娛樂匯

    簡單的手動放置 鍵值對 到JSONObject,然後在put到JSONArray物件裡List<Article> al = articleMng.find(f); System.out.println(al.size()); HttpServletResponse hsr = ServletActionContext.getResponse(); if(null == al){ return ; } for(Article a : al){ System.out.println(a.getId()+a.getDescription()+a.getTitle()); } JSONArray json = new JSONArray(); for(Article a : al){ JSONObject jo = new JSONObject(); jo.put("id", a.getId()); jo.put("title", a.getTitle()); jo.put("desc", a.getDescription()); json.put(jo); } try { System.out.println(json.toString()); hsr.setCharacterEncoding("UTF-8"); hsr.getWriter().write(json.toString()); } catch (IOException e) { e.printStackTrace(); }複製程式碼上述程式碼JSONArray是引入的org.json.JSONArray包

  • 中秋節和大豐收的關聯?
  • 無人打藥機實用嗎?