04 2022 档案

go多态
摘要:一般人思路实现思路如果是oop的思想 package main import "fmt" type Phone interface { call() } type myPhone struct {} func (m myPhone) call(){ fmt.Printf("%s","this is 阅读全文

posted @ 2022-04-09 10:37 孤灯引路人 阅读(83) 评论(0) 推荐(0)

导航