創建LiveData 類. class LiveDataViewModel : ViewModel() { val name = MutableLiveData<String>() }. 只要把ViewModel 裡面的數據全部改 ...
確定! 回上一頁