for(int i=0; i<5;i++) {
   Person p = new Person();
}
请问如果我想让创建的实例名为 p0, p1, p2, p3, p4应该怎么做?