Tutorial

常量与变量

常量用let,变量用var
let implicitInteger = 70
var myVariable = 42

你可能感兴趣的:(Tutorial)