请问参数列表里面有"..."代表什么void WriteLog(LOG_LEVEL level, const char* pszstr, ...);如上所示[解决办法]表示可变参数,允许不定数目的参数[解决办法]不定参,man一下va_start的用法....