There was an error while loading. Please reload this page.
// 如果内部的元素和外部的一样,那么上面的声明可以简化,直接忽略内部的类型 easyArray := [2][4]int{{1, 2, 3, 4}, {5, 6, 7, 8}}·
这上面说内部元素和外部一样,难道还有内部元素和外部不一样的么?