摘要:
假设有下面三个类: public class A { private B b; public A(B b) { this.b = b; } ... } public class B { private C c; public B(C c) { this.c = c; } ... } public c 阅读全文
posted @ 2021-02-16 17:07
baiyuxuan
阅读(57)
评论(0)
推荐(0)