常量是指值不能改变的定义,它必须满足如下规则:
:=
例子:
const a = 64 // 定义常量值为 64 的值 const ( b = 4 c = 0.1 )
Copyright© 2013-2020
All Rights Reserved 京ICP备2023019179号-8