点击运行
package main import ( "fmt" ) func main() { balance := [5]int{1000, 2, 3, 7, 50} fmt.Println(balance) }
运行结果 :
正在执行...