首页
技术面试题 3000
nil map 和空 map 有何不同?
nil map 和空 map 有何不同?
答案解析
nil map未分配内存,不能写入,只能读(返回零值);空map已分配但无元素,可正常读写。
返回列表
返回首页