本文共 98 字,大约阅读时间需要 1 分钟。
int a;
int* a_ptr=&a;
int** a_ptr_ptr=&a_ptr;
转载于:https://www.cnblogs.com/stevenxiu/p/5558026.html