自定义的const常量是有类型的,如,unsigned const a;其他的常量,如数字常量,1,类型为int,1L,类型为long int ,1U,类型为unsigned int等等。建议去遇到c语言标准吧。