在Keil C51中用printf输出一个单字节变量时要使用%bd,如. unsigned char counter;. unsigned int sum;. printf(“Current count: %bd\n”, counter);//输出8位”十进制有 ...
確定! 回上一頁