摘要: 2022-07-02:以下go语言代码输出什么?A:编译错误;B:Panic;C:NaN。 package main import "fmt" func main() { var a = 0.0 const b = 0.0 fmt.Println(a / b) } 答案2022-07-02: 答案选 阅读全文
posted @ 2022-07-02 19:39 福大大架构师每日一题 阅读(11) 评论(0) 推荐(0) 编辑