在GSON中獲取您要做的對象的列表. Gson gson = new Gson(); Type token = new TypeToken >(){}.getType(); return gson.fromJson(json, token);.
確定! 回上一頁