//JSONArray轉java陣列Object obj[] = jsonArray.toArray(); for(Object o : obj) { System.out.print(o+"\t"); }. 全部程式碼 import net.sf.json.
確定! 回上一頁