在golang 中可以直接使用pointer 來修改struct 中的欄位。一般來說,若想要透過struct pointer( &v )來修改該struct 中的屬性,需要 ... Println(c)
確定! 回上一頁