... new JsonParser(); //將JSON的String 轉成一個JsonArray物件JsonArray jsonArray = parser.parse(strByJson).getAsJsonArray(); Gson gson = new ...
確定! 回上一頁