JohnHuang
2015-09-19 22:58
var age = userInput.toInt() 现在不支持啦?编译器报错,xcode7
let userInput = "abc" var userage = Int(userInput)!
同问,上面两答都没反应.....
let inputs = "19"
var _age = Int(inputs)
if _age != nil
{
print("Your age is \(_age!)")
}
else
{
print("Invid age")
}
已经取消了,直接用强制类型转换Int(userInput)。
老师能给个最新的开发文档吗
同问。。。
玩儿转Swift
57181 学习 · 511 问题
相似问题