JSONArray jsonArray = new JSONArray(responseData); //将数据传入一个JSONArray对象中 for(int i=0;i<jsonArray.length();i++){ //遍历这个JSONArray对象 JSONObject ...
確定! 回上一頁