... 將JSON格式的資料轉成物件Book jbook = gson.fromJson(json, Book.class); System.out.println(jbook.getIsbn()); System.out.println(jbook.
確定! 回上一頁