call printf using va_list[cc lang=c]void TestPrint(char* format, ...){ va_list argList; va_start(argList, format); printf(format, argList).
確定! 回上一頁