为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我使用的toInt方法会给提示出错

https://img1.sycdn.imooc.com//5d3d0d3100017b3e24200126.jpg

这么会有问题的,具体是什么情况

正在回答

3 回答

let userInput = "18"

var age = Int(userInput)


if age != nil {

    print("Your age is + \(String(describing: age!))")

} else {

    print("invalid userInput")

}


0 回复 有任何疑惑可以回复我~

let userInput = "18"

var age = Int(userInput)


if age != nil {

    print("Your age is + \(String(describing: age!))")

} else if age == nil {

    print("invalid userInput")

}



0 回复 有任何疑惑可以回复我~

你的xcode,swift是啥版本的?报错信息是说没有 toInt这个成员(memeber),估计应该是因为你的swift版本低导致的

0 回复 有任何疑惑可以回复我~
#1

慕沐8480496 提问者

我的Xcode是最新的,swift 使用的是5.01的。
2019-08-12 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么我使用的toInt方法会给提示出错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信