... i < jarray.length(); i++) { JSONObject object = jarray.getJSONObject(i); News news = new News(); news.setTitle(object.getString("title")); news.
確定! 回上一頁