根據上面的json 回應資料,我們可以設計出我們的Post.kt 資料類別為: data class Post( var id: String, var title: String, var body: String, ...
確定! 回上一頁