val courseList = MutableLiveData<CourseCatalog>() init { viewModelScope.launch { val courses = ecRepository.fetchCourses { it -> courseList.
確定! 回上一頁