const 只读属性 不可修改 常量const右边的总不能被修改static 限定为本文件即局部 外界不可访问extern 全局可访问extern const 全局可访问常量 不可修改static const 局部常量 本文件可访问