Loading

摘要: package main import ( "log" "time" ) type student struct { Name string Age int } func main() { m := make([]*student, 3) stus := []student{ student{Nam 阅读全文
posted @ 2020-08-02 10:59 Allfuture 阅读(257) 评论(0) 推荐(0) 编辑