ffmt
ffmt copied to clipboard
私有字段在String()方法中使用
type Exp struct{
v string
}
func (e Exp) String() string {
return e.v
}
大佬 这种情况啥时候能支持一波