首页 > 代码库 > button的action属性如果有参数,必须加“:”

button的action属性如果有参数,必须加“:”

比如: 

[bt addTarget:self action:@selector(shareButtonClickHandler:) …… 后面未写完

一开始我没加,就报错。