Exemplo n.º 1
0
 public void insert() {
   Person p = new Person("cuiran", 27);
   pr.insert(p);
   System.out.println("添加成功");
 }