private MutableLiveData<String> mCurrentName = new MutableLiveData<String>(); 因為LiveData為abstract class,通常在實作上會以MutableLiveData(LiveData's subclass) ...
確定! 回上一頁