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
相关文章
相关标签/搜索