Coroutines help us sequentially write asynchronous code. Write the following code inside the main function. GlobalScope.launch { delay(2000) ...
確定! 回上一頁