Go 学习go语言第二天2023-08-15王明昌阅读(570)赞(1)数组切片 数组 - 定长序列,声明时需要指定长度: <code class="language-go">var arr [5]intarr[0] = 1arr[1] =...