Go語言map映射的基本操作

對比python, java都有對應的字典類型及哈希類型。 package main import ( "fmt" ) //main is the entry of the program func main() { dict1 := make(map[string]int) dict2 := map[string]string{"Red": "#da1337", "Orange"
相關文章
相關標籤/搜索