printf 函数: 运行结果:test_num : 123 error函数: 运行结果:Error: main ... 5 { 6 va_list ap; 7 int n; 8 9 va_start(ap, format); 10 11 n ...
確定! 回上一頁