摘要: 先看一段代码,猜猜结果是什么。 public class People2 { String name; public People2(String name) { this.name = name; } void test1() { System.out.println(this.getClass( 阅读全文
posted @ 2021-08-22 10:32 SowHappy 阅读(81) 评论(0) 推荐(0)