gpt4 book ai didi

swift - 函数类型对成员 nextInt() 的引用不明确

转载 作者:搜寻专家 更新时间:2023-10-31 22:59:14 24 4
gpt4 key购买 nike

我的意图是使用nextInt(upperBound: Int)

let randomInt: (Int) -> Int = GKRandomSource.sharedRandom().nextInt
var myNumber = randomInt(10)

产生错误: Playground 执行失败:错误:对成员“nextInt()”的引用不明确

为什么?

swift 3、xCode 8 测试版 6

最佳答案

您的代码在真实的 iOS 应用程序中编译良好,如以下屏幕截图所示:

enter image description here

真正的iOS应用项目,才是真正考验代码是否有效的。 Playgrounds 代表真实的 Swift 环境。

关于swift - 函数类型对成员 nextInt() 的引用不明确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39319968/

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