withContext 允许更改协程的执行线程,withContext 在使用时需要传递一个CoroutineContext 。 launch { val result1 = withContext(CommonPool) ...
確定! 回上一頁