gpt4 book ai didi

ios - swift 函数的默认返回类型是什么?

转载 作者:搜寻专家 更新时间:2023-11-01 05:46:47 27 4
gpt4 key购买 nike

Swift 中函数的默认返回类型是什么?

我试着谷歌它,但我不确定。任何人都可以分享他们的知识吗?

提前致谢。

最佳答案

来自 docs :

Strictly speaking, this version of the greet(person:) function does still return a value, even though no return value is defined. Functions without a defined return type return a special value of type Void. This is simply an empty tuple, which is written as ().

func greet(person: String) {
print("Hello, \(person)!")
}
greet(person: "Dave")
// Prints "Hello, Dave!"

关于ios - swift 函数的默认返回类型是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57851518/

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