线程interrupt和wait

public class InterruptDemo { public static void main(String[] args) throws InterruptedException{ Thread t1 = new Thread(){ public void run(){ while (true){
相关文章
相关标签/搜索