初始值. Go在宣告變數時,如果沒有給定該變數初始值,Go會依照宣告變數的資料型態去給予預設的初始值,如: int : 0; bool : false; float64 : 0; string ...
確定! 回上一頁