void getInputArgs(char* str, char* format, ...) { va_list args; va_start(args, format); vsprintf(str ...
確定! 回上一頁