摘要: package main import "fmt" func main() { data := []string{"red", "black", "orange", "white", "red", "blue", "blue"} fmt.Println("old data = ", data) af 阅读全文
posted @ 2021-01-16 19:21 大雾哥 阅读(127) 评论(0) 推荐(0)