String json = "[10,11,12,13,14]"; Gson gson = new Gson(); Type type = new TypeToken<List<Integer>>(){}.getType(); List<Integer> list = gson.
確定! 回上一頁