摘要: /** * 构建两个线程 一个输出随机偶数整数 * 一个输出随机奇数整数 */public static void printRandomNumByTwoThreads(int num){ Random random = new Random(); new Thread(new Runnable() 阅读全文
posted @ 2025-03-29 11:35 CoderOilStation 阅读(7) 评论(0) 推荐(0)