2020年5月25日

摘要: package projict05; /*一:继承java.lang.Thread类 1.步骤: (1) 声明线程类,继承Thread (2)重写run方法 (3)创建对象 (4)启动线程 start() */ public class test27 { public static void mai 阅读全文
posted @ 2020-05-25 19:20 happygril3 阅读(149) 评论(0) 推荐(0)

导航