什么是 go 的this(或self在 python 中)构造?
type Shape struct {
isAlive bool
}
func (shape *Shape) setAlive(isAlive bool) {
在setAlive函数中我该怎么做this.isAlive = isAlive;?
江户川乱折腾
神不在的星期二
相关分类