JSONArray jsonArray =new JSONArray(jsondata); for(int i=0;i<jsonArray.length();i++){ JSONObject jsonobject=jsonArray.getJSONObject(i); String id=jsonobject.
確定! 回上一頁