class CountDownModel : ViewModel() { val countDownLivedata = MutableLiveData<String>() private var remainSecond = 2000//残余秒数init { val ...
確定! 回上一頁