gpt4 book ai didi

xcode - 在 Swift 中打印范围

转载 作者:搜寻专家 更新时间:2023-11-01 06:20:53 25 4
gpt4 key购买 nike

所以我在一个项目中用 Swift (Xcode 7, Swift 2.1) 创建了一个类,

import Foundation

class Banana {

init(){
}

func print() -> String {
print( "yo mama here" )
return "yo mama"
}

}

打印调用正在创建一个 in-IDE 错误传递给不带参数的调用的参数

感觉像是范围问题,但我不能确定。有什么想法吗?

非常感谢!

最佳答案

您对 func print() 的定义与 Swift 标准库函数 func print(Any...) 冲突。我建议不要使用 print 作为函数名,但如果你真的需要这样做,你可以使用 Swift.print("stuff") 调用 Swift 版本。

关于xcode - 在 Swift 中打印范围,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34552621/

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