摘要: 2022-09-18:以下go语言代码输出什么?A:1;B:15;C:panic index out of range;D:doesn’t compile。 package main import ( "fmt" ) func main() { nums := []int{1, 2, 3, 4, 5 阅读全文
posted @ 2022-09-18 21:35 福大大架构师每日一题 阅读(10) 评论(0) 推荐(0) 编辑