常量

定义一个常量

const THREE_HOURS_IN_SECONDS: u32 = 60 * 60 * 3;

{% hint style="info" %} 单词大写,下划线链接

冒号后面必须加类型 {% endhint %}