go常量

—————— 常量值必須是編譯期可肯定的字符、字符串、數字或布爾值,可指定常量類型 import "unsafe" const x, y int = 123, 0x22 const s = "hello" const s = '我' #run (unicode code point) const ( i, f = 1, 0.123 #int, float64(默認) b = fals
相關文章
相關標籤/搜索