最赞回答 / qq_我用双手成就你的梦想_0
是的 我觉得应该这样
func (a *Animal)Eat() {
fmt.Println("color:",a.Color,"dog is eating ")
}
2020-03-02