gpt4 book ai didi

ios - Swift 语法错误?

转载 作者:行者123 更新时间:2023-11-28 11:20:14 25 4
gpt4 key购买 nike

我正在学习 https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099 上的 swift 教程

我创建了一些我想在方法中处理的按钮。

处理我拥有的按钮:

@IBAction func appendDigit(sender:UIButtion {
let digit = sender.currentTitle
println("digit" = \(digit)")
}

这给了我一个关于 prinln 的错误

   Consecutive statements on a line must be separated by ";"

所以我尝试添加;在 println 和数字声明之后,但错误仍然存​​在。

这个问题可能很容易解决,但我几乎卡住了。

最佳答案

您忘记了 UIButton 后的右括号。

println 语句中还有一个悬引号;那一行应该是

println("digit = \(digit)")

关于ios - Swift 语法错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28866985/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com