玩得很快我发现这令人惊讶:
"123".integerValue // <= returns 123 var x = "123" x.integerValue // <= Error: String does not have a member named integerValue
谁能解释一下?