【2】go语言数组篇

数组的声明

var 数组变量名 [元素数量] type

var a [10] int

基础写法

进阶用法

做一个优秀的程序媛
原文地址:https://www.cnblogs.com/oytt/p/15039619.html