常量段常量段const部分声明其值为常量表达式的常量: import strutilsconst roundPi = 3.1415 constEval = contains("abc", 'b') # computed at compile time! 声明后,常量符号可用作常量表达式。 详见 Constants and Constant Expressions 。