See More

public class Father { String name = "初始"; public void money() { this.name = "有钱"; System.out.println(this.name); } }