fromJson<List<UserScore>>(jsonResult, object : TypeToken<List<UserScore>>() {}.type). 開始讀取排行榜回傳轉型好的List 資料,並把排名、名稱跟分數畫在Rank畫面 ...
確定! 回上一頁