摘要: 2022-08-23:以下go语言代码输出什么?A:map[baz:2 foo:0];B:map[bar:1 baz:2];C:map[baz:2];D:不确定。 package main import ( "fmt" ) func main() { m := map[string]int{"foo 阅读全文
posted @ 2022-08-23 21:25 福大大架构师每日一题 阅读(18) 评论(0) 推荐(0) 编辑