摘要:
1、@selector(showAlertView:)——带冒号的,表示带参数。其行为对应如下形式:-(void)showAlertView:(id)sender{}2、@selector(showAlertView)——没有冒号,表示无参数。其行为对应如下形式:-(void)showAlertView{} 阅读全文
posted @ 2012-06-26 10:31
tx天翔
阅读(228)
评论(0)
推荐(0)
浙公网安备 33010602011771号