一律用256 長度,會浪費空間。 std::string format_str_safe(const char* format, ...) { const static BUF_SIZE = 256; va_list args; va_start( ...
確定! 回上一頁