char num2[5]; //create a buffer for the ascii string itoa(num1,num2,10); //convert the integer (num1) to an ascii string (num2) in base 10.
確定! 回上一頁