(void)testKVC { testPerson = [[myPerson alloc] init]; NSLog(@"testPerson's init height = %@", [testPerson valueForKey:@"height"]); ...
確定! 回上一頁