float f = -8.25; int *pi = (int*)&f; printf("%d\n", *pi); 输出-1056702464,为什么呢? 转载于:https://www.cnblogs.com/helloweworld/archive/2013/05/20/3089407.html