```go type Exp struct{ v string } func (e Exp) String() string { return e.v } ``` 大佬 这种情况啥时候能支持一波