摘要: package com.cn.test.thread; /** *abc三个线程顺序打印十次 */ public class TestSortedThread extends Thread{ static int threadFlag = 1; public TestSortedThread(String string) { supe... 阅读全文
posted @ 2019-01-06 15:59 七雨夜 阅读(305) 评论(0) 推荐(0)