LiiYuan

导航

 

2024年3月5日

摘要: 创建定时器对象: kotlin val timer = Timer() 设定定时任务和间隔时间: kotlin timer.scheduleAtFixedRate(object : TimerTask() { override fun run() { // 执行定时任务 } }, delay, pe 阅读全文
posted @ 2024-03-05 20:06 李ly 阅读(31) 评论(0) 推荐(0) 编辑