摘要: this指针:1.this关键字的使用: this可以修饰属性、方法、构造器2.this修饰属性和方法: this理解为:当前对象例:public class text1 {public static void main(String[] args) { Student s1 = new Stude 阅读全文
posted @ 2020-07-20 19:19 不详·Christina 阅读(96) 评论(0) 推荐(0)