Serializable & Parcelable ... 此處以Parcelable為例,Serializable也是相同的做法 ... data class TestData(val data1: String?,val data2:Int) : Parcelable ...
確定! 回上一頁