作为标题,在Kotlin中有在延迟后(例如1秒)调用函数的方法吗?
Kotlin
发布于 2017-07-27 11:58:31
val timer = Timer() timer.schedule(timerTask { nextScreen() }, 3000)
https://stackoverflow.com/questions/43348623
相似问题