代码块如下:
let userInput="18"
var opage=userInput.toInt()
userInput会默认的识别为String,此时用toInt()会报toInt is unavailable,为什么老师敲的不会报错,求原理