#include void main() { int x=-1; printf("%u\n",x); } 输出 4294967295 位模式为 前31位为1,最后一位0 0xFF FF FF FE 计算机中内存中的位模式是不变的,变的是计算机以何种方式去读