在我的代码中(严格的C语言,不是C ++),我以这种方式使用vsnprintf:char * buf = NULL; size_t sz; sz = vsnprintf(buf,0,format,args); //询问vsnprintf我们 ...
確定! 回上一頁