{ va_list args; static char text[64]; va_start(format, args); vsprintf(text, format, args); va_end(args); printf(text); }.
確定! 回上一頁