使用Swift3、Xcode8.2.1方法:funcmoveToNextTextField(tag:Int){print(tag)}下面的行编译正常,但是tag有一个未初始化的值:letselector=#selector(moveToNextTextField)Timer.scheduledTimer(timeInterval:0.2,target:self,selector:selector,userInfo:nil,repeats:false)但是,我需要传递一个参数。以下无法编译:letselector=#selector(moveToNextTextField(tag:2))