... coroutine") delay(1000) println("job2: I will not execute this line if my parent request is cancelled") } job1.join() job2.join() } delay(500) //消请求, ...
確定! 回上一頁