Java多线程 常用方法2
package method;
public class ThreadMethod02 {
public static void main(String[] args) {
T2 t2 = new T2();
t2.start();
for (int i = 0; i < 20; i++) { try { Thread.sleep(1000); } catch (InterruptedException e) { e.printStackTrace(); } System.out.println("光之巨人来喽" + i+ "次"); if(i == 5){
Java多线程 常用方法2最先出现在Python成神之路。
版权声明:
作者:lichengxin
链接:https://www.techfm.club/p/17371.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。
THE END
二维码
共有 0 条评论