public void test(int t) { lock (this) { if (t > 10) { t--; test(t); } } }
添加回答
举报
0/150
提交
取消