摘要: 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 阅读(44) 评论(0) 推荐(0)