itoa

    技术2022-05-20  52

    //itoa()使用:

    int  totalcount;

    char tt[25];

     

    itoa(totalcount,tt,10);

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


    最新回复(0)