{ va_list args; va_start(args, n); char* p = va_arg(args, char*); va_end(args); } void T2(Test n, ...) { va_list args; va_start(args, ...
確定! 回上一頁