摘要: 2022-08-07:以下go语言代码输出什么?A:1 1;B:3 1;C:0 3;D:不能编译。 package main import ( "fmt" "math" ) func main() { v := math.Log(-1) m := map[float64]int{v: 1, v: 2 阅读全文
posted @ 2022-08-07 22:27 福大大架构师每日一题 阅读(8) 评论(0) 推荐(0) 编辑