Thread th=new Thread(CustomMethod) th.start();线程方法CustomMetho执行完结,线程th也自动终止。
可以在线程里加一个while循环,定时检测一个变量(如:bool),如果变量为true,则执行代码,否则使用sleep休眠
关注中......