摘要: 先来看题目 (多选)下面哪些描述是正确的:()【文章末尾有答案】 1 public class Test { 2 public static class A { 3 private B ref; 4 public void setB(B b) { 5 ref = b; 6 } 7 } 8 publi 阅读全文
posted @ 2023-09-01 17:00 一只眠羊。 阅读(21) 评论(0) 推荐(0)