Golang的反射(reflect)
📝
内容提要
0. Golang struct 声明时的特殊标记 用 Golang 肯定见过类似这样的标记: type Model struct { ID string `json:"id"` CustomerMobile string `json:"customerMobile"` CustomerName string `json:"customerName"` } 定义一个 struct...
🏷️
标签
➡️