Person *p = [[Person alloc] init];. // [p eat];. objc_msgSend(p, sel_registerName("eat"));. /*. 方法的调用流程: 对象方法: 从他的类对象的方法 ...
確定! 回上一頁