# golang 接口, 空接口(void*), 嵌入接口

golang 接口, 空接口(void*), 嵌入接口 package mainc++ //golang 接口 import( . “fmt” . “io” )golang type Person struct { id int age int }web type Student struct { Person name string }svg func (this Person)SayHi()
相关文章
相关标签/搜索