摘要: 1.今天学习了this关键字。 学习了用this关键字访问属性: public class ThisDemo{ int x=5; public ThisDemo(){ System.out.println(this.x); } public static void main(String[] arg 阅读全文
posted @ 2020-07-30 18:42 张笑天 阅读(80) 评论(0) 推荐(0) 编辑