& 表示取地址* 表示取值常量指针指向一个常量的指针, int a = 4; int b = 6; int const *p = &a; 
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号