最近在写单片机的程序,在keil C51中用到了sprintf函数, unsigned char tab[10]; unsigned char n=3; sprintf(tab,”%4d”,n); 上述tab 打印出来 ...
確定! 回上一頁