结构标签 structtag提供了一种解析和处理struct tag Go字段的方法。 它被之类的工具使用。 有关更多示例,请签。 安装 go get github.com/fatih/structtag 例 package main import ( "fmt" "reflect" "sort" "github.com/fatih/structtag" ) func main () { type t struct { t string `json:"foo,omitempty,string" xml:"foo"` } // get field tag tag := re