摘要: Golang反射学习笔记 参考连接 package main import ( "fmt" "reflect" ) type common interface { Love(string) string } type people struct { Name string `json:"name"` 阅读全文
posted @ 2022-09-01 13:57 Notomato 阅读(27) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示