... array = new JSONArray(); for (NodeRef obj : collection) { try { JSONObject jsonObj = new JSONObject(); jsonObj.put("name", this.nodeService.getProperty(obj ...
確定! 回上一頁