摘要: package main import "fmt" type Number interface { int64 | float64 } func main() { // Initialize a map for the integer values ints := map[string]int64{ 阅读全文
posted @ 2022-03-19 11:41 卓能文 阅读(34) 评论(0) 推荐(0)