class CarFragment : Fragment {. init {. lifecycleScope.launch {. // You can run a suspend function here, it'll be canceled when the Lifecycle is destroyed. }.
確定! 回上一頁