假设我们有代码:var Cache_map *map[string]intCache_map = new(map[string]int)那么我们想把key: type&value加1进去Cache_map,怎么办呢? 查看完整描述