# 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()
相關文章
相關標籤/搜索