go學習(六)——結構體初始化

package main import ( "fmt" ) type Info struct { Cpu string Mem string Disk string } type Product struct { Info Id string Name string } func main() { p1 := Product
相關文章
相關標籤/搜索