itoa

//itoa()使用:

int  totalcount;

char tt[25];

 

itoa(totalcount,tt,10);

printf("the totalcount is:%d",tt);

發佈了39 篇原創文章 · 獲贊 3 · 訪問量 9萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章