golang 使用 iota

Println(IgEggs | IgChocolate | IgShellfish)// output:// 196、定義數量級type ByteSize float64const ( _ = iota ...

2021-10-27