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
相关文章
相关标签/搜索