public Pursuit(Girl girl) { this.girl = girl; }
public Proxy(Girl mm) { gg = new Pursuit(mm);//通过代理,实例化追求者,Girl并不知道 }