十一、自省和反射

1 package main 2 3 import ( 4 "fmt" 5 "reflect" 6 ) 7 8 type Person struct { 9 name string "namestr" //namestr是標籤 10 age int 11 } 12 13 func ShowTag(i interface{}) { 14
相關文章
相關標籤/搜索