因為printf()家族就是使用這個東西的典型函數。 ... { va_list args; va_start(args, n); while(n>0) { printf("%d\n", va_arg(args, ...
確定! 回上一頁