裡面最常用到的兩個物件為JSONObject和JSONArray ... JSONArray array = new JSONArray(); array.put("rice"); array.put("noodles"); array.put(18); ...
確定! 回上一頁