char * itoa ( int value, char * str, int base ); ... between 2 and 36, where 10 means decimal base, 16 hexadecimal, 8 octal, and 2 binary.
確定! 回上一頁