在深入研究文档后,我找不到以下问题的答案:
是否有任何理由反对 using thisfor 引用当前对象,如下例所示?
type MyStruct struct {
someField string
}
func (this MyStruct) getSomeField() string {
return this.someField
子衿沉夜
相关分类