定义常量的关键字是const, 只有在单例类(Ojbect类)、companion object或顶层方法(top-level function)中才可以使用const关键字
类比于java的static final