簡單來說JSON是一種key value pair ... 格式文字,getString(String key)取出欄位的數值JSONArray array = new JSONArray(jsonText); for (int i = 0; ...
確定! 回上一頁