摘要: 转载: https://blog.csdn.net/zjh_746140129/article/details/86179522 阅读全文
posted @ 2021-05-24 20:20 Black_Climber 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 转载: https://www.jianshu.com/p/ffb4e813d557 https://blog.csdn.net/m0_46173483/article/details/107450091 阅读全文
posted @ 2021-05-24 18:27 Black_Climber 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 例子1:package main import "fmt" type Student struct { Name string } func test(student *Student) { student = nil } func main() { s := &Student{Name: "zha 阅读全文
posted @ 2021-05-24 11:14 Black_Climber 阅读(95) 评论(0) 推荐(0) 编辑