摘要: 反射是 运行时获取、修改对象内部结构的能力 函数 reflect.TypeOf() reflect.ValueOf() 示例 package basicTest import ( "fmt" "reflect" ) func (u User) GetName() string { return u. 阅读全文
posted @ 2020-01-27 23:00 jihite 阅读(131) 评论(0) 推荐(0) 编辑