fun main() { GlobalScope.launch { // launches a new coroutine in the background delay(2000L) // non-blocking delay for 2 seconds ...
確定! 回上一頁