go結構體定義

type person struct{ name string age int } 定義結構體 調用結構體 p:= person{ name:"jiangguangxun", age:29, } 作者:蔣光洵 
相關文章
相關標籤/搜索