Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: Objective-C 中括号中的星号……这是什么意思?
是否有人可以找到有关以下代码的一些资源或详细说明
-(void) add:(Cal *)c;
我对 obj-c 很陌生。星号在该代码中的含义是什么?
谢谢。
这意味着该方法的参数是指向“Cal”对象实例的指针。