const int a = 10; int *p = (int *)&a; *p = 100; a的值到底有没有改变

NoSuchKey

猜你喜欢

转载自blog.csdn.net/zhangqi_gsts/article/details/50617299