关键字const的作用是什么 创建对象使用什么关键字 C 里const int* 与int const* 有什么区别?首先,如果const int是整数常量,那么指针P可以更改,但是*P不能更改。第二:const*是一个... 2021-03-11 2752次浏览