问答详情
源自:7-4 Java 中的 this 关键字

this的用法

this.属性 操作当前对象的属性
this.方法 操作当前对象的方法


提问者:qq_咪啾_0 2018-08-01 09:40

个回答

  • java_羽恋
    2018-08-02 16:25:54

    this.属性 操作当前对象的属性
    this.方法 操作当前对象的方法


  • 慕少3153012
    2018-08-01 11:48:59

    this.属性 操作当前对象的属性
    this.方法 操作当前对象的方法