unsigned char count = 12;UartInit();TI = 1;sprintf(pstr,"%d",count);printf("%s\n",pstr);如上将count定为unsigned char 型变量使用printf函数输出时, ...
確定! 回上一頁