- 通配符

clickBtn.addTarget(self, action: #selector(presentBtn(_ :)), for: .touchUpInside)

@objc fun presentBtn(_ a: String) {
}

func Abcd(_a: String?) {

}

你可能感兴趣的:(- 通配符)