摘要: public class ThreadImpl implements Runnable{ // static修饰 ,为了共享,(static不能和this连用) private static int num = 1;// 要打印的数 private static int count = 0;// 计 阅读全文
posted @ 2020-03-07 14:18 超超小仙女 阅读(630) 评论(1) 推荐(0)