摘要: 题目 class FooBar { private int n; public FooBar(int n) { this.n = n; } public void foo(Runnable printFoo) throws InterruptedException { for (int i = 0; 阅读全文
posted @ 2025-07-25 20:59 又是火星人 阅读(3) 评论(0) 推荐(0)