People *p1 =[[People alloc] init]; //注意星号不可少 //[类名 方法名] //[对象名 方法名] //alloc 为对象分配内存空间 //init 进行初始化操作