时间有限,简单记一些常用的,麻烦的不写了
定义变量:可以连续定义,也可以单个定义
var a int int类型
var a="ds" 默认string类型
a:="string" :=前面不可以有var
上面三种属于等价的
连续定义