fun onCreate() { lifecycleScope.launchWhenStarted { val note = userViewModel.loadNote() fragmentManager.beginTransaction()....commit() } }.
確定! 回上一頁