[stu1 empty]; [stu1 hello:(*stu1)._name]; [stu1 hello2]; double y= [stu1 add:17 and:17.4]; NSLog(@"%f",y); //类方法通过类名去调用 [Student hahhaha]; //可以将alloc和init一起使用 Student *stu2=[[Student alloc]init]; stu2->_name=@"小明"; double x= [stu2 add:53 and:35.6]; NSLog(@"%f",x); }这是截取一个程序的一小段, 请帮忙解释以下[stu1 hello:(*stu1)._name]这里的方括号什么意思,如果看不懂就算了,请帮忙发一个学习oc的网址过来,谢谢!!!
添加回答
举报
0/150
提交
取消