getOrNull() // 主线程更新UI ?.let { binding.nameLabel.text = it.name } } // 调用示例2: lifecycleScope.launch { val user: User = retrofit.create ...
確定! 回上一頁