摘要: ##切片与数组 type P struct { name string password int } func main() { //p := [3]P{ // {"wqdi", 123}, // {"zhang", 123123}, // {"qina", 123123123}, //} // / 阅读全文
posted @ 2023-01-17 16:37 347Foricher 阅读(20) 评论(0) 推荐(0)