怎么输出asill?怎么单个输出asill表值 谢谢[解决办法]for(int i = 32; i < 127; i++) { printf( "[ %c ]: %3d 0x%x\n ", i, i, i); }