class MyViewModel : ViewModel() { private val users: MutableLiveData<List<User>> by lazy {//这里用到LiveData的委托和延迟初始化 MutableLiveData().also ...
確定! 回上一頁