1. var nums = [5]int{1 , 2 , 3 , 4 ,5 } # 初始化数组里 {} 中的元素个数不能⼤于 [] 中的数字。