String jsonString = getJsonString(); // 從API那裡取得json Gson gson = new Gson(); LoginResultEntity entity = gson.fromJson(jsonString, ...
確定! 回上一頁