假设我们有代码:
var Cache_map *map[string]int
Cache_map = new(map[string]int)
那么我们想把key: type&value加1进去Cache_map,怎么办呢?
相关分类