我正在使用Transformations.switchMap在我的ViewModel中,所以在我的fragment中观察到的LiveData集合会对code参数的更改使用react。这很好用:publicclassMyViewModelextendsAndroidViewModel{privatefinalLiveDatadayPrices;privatefinalMutableLiveDatacode=newMutableLiveData();//privatefinalMutableLiveDatanbDays=newMutableLiveData();privatefinalDB