C中间const c++const用法 C 里const int* 与int const* 有什么区别?首先,如果const int是整数常量,那么指针P可以更改,但是*P不能更改。第二:const*是一个... 2021-03-13 2241次浏览