#define LOG(format, ...) fprintf(stdout, format, __VA_ARGS__) 上述代码中,stdout是参数缺省? __VA_ARGS__详解见扩展分类中的笔记转载于:https://www.cnblogs.com/ ...
確定! 回上一頁