把Json轉換成數組很簡單,只需要用TypeToken轉化一下就可以了fun main(){ val list = mutableListOf(Bean(0, "123"), Bean(1, "456")) val json ...
確定! 回上一頁