摘要: package main import "fmt" type Test struct { A string } func main() { test1() test2() } func test1() { a := []int{1,2,3,4} var b []int b = make([]int, 阅读全文
posted @ 2021-10-19 21:13 Black_Climber 阅读(118) 评论(0) 推荐(0) 编辑