We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GO常量
const 常量名 类型名 =赋值
const 常量名 =赋值//根据赋值进行类型推导
const 常量名,常量名,常量名=赋值,赋值,赋值//根据赋值进行类型推导