V程式語言具有以下原始資料型別:
布林(Boolean)
符碼(rune)
字符串(string)
整數(integer)
浮點數(float)
可以使用內建的函式typeof()來觀察任何變數的資料型別:
typeof()來觀察任何變數的資料型別:
typeof(v).name
Last updated 2 years ago