2015-10-05 47 views

回答

0

使用詮釋,就像這樣:

var someNumber: Int // mutable variable 
let anotherNumber: Int // immutable constant 

這是否幫助?

+0

我的問題通過El Captain coment修復。謝謝您的回答, –