在我的应用程序中,我有多个UIButtons我为其添加了目标。事实证明,最近添加的目标首先被执行,然后是剩余的目标。例如,拿这段代码:[buttonaddTarget:selfaction:@selector(someAction:)forControlEvents:UIControlEventTouchUpInside];[buttonaddTarget:selfaction:@selector(someOtherAction:)forControlEvents:UIControlEventTouchUpInside];如果我在button内部进行修饰,someOtherAction