public void pull(Person second) {
    System.out.println(this.name + "在" + second.getName());
}