以下實例中建立一個四個元素的字串陣列,然後以索引(index) 對陣列賦值:. package main import "log" func main() { var langs [4]string langs[0] = "Go" langs[1] ...
確定! 回上一頁