golang fmt格式化字符串%v,%T

T經常使用的格式化字符串有:app %v the value in a default format  when printing structs, the plus flag (%+v) adds field names  %#v a Go-syntax representation of the value  %T a Go-syntax representation of the type
相關文章
相關標籤/搜索