功 能: 把一整数转换为字符串 用 法: char *itoa(int value, char *string, int radix); 详细解释:itoa是英文integer to string a(将整形数转化为一个字符串,并将值保存在a中) 的缩写。