printf函数 多参数的处理送格式化输出串到指定数组中 函数名: vsprintf 功 能: 送格式化输出串到指定数组中 用 法: int vsprintf(char *string, char *format, va_list param);