2017-08-27 43 views

回答

-2
myLabel.text = "Hello" 
var num = myLabel.text?.characters.count // num = 5 
相关问题