1.Swift使用var声明变量,let声明常量
var myVariable = 42 myVariable = 50 let myConstant = 42
开始swift
原文:http://www.cnblogs.com/chenlei0/p/4445060.html