int printf(char *format, ... arg1);
char *format Format expression to print
... arg1 Argument table
char *format 可能包含格式化说明符的要打印的字符串
... arg1 参数列表