摘要: 程序代码: class TPTInterrupt { private Thread thread; public void start() { thread = new Thread(() -> { while (true) { Thread current = Thread.currentThre 阅读全文
posted @ 2021-05-05 14:40 一名不断学习的程序猿 阅读(105) 评论(0) 推荐(0)