摘要: 参数列表 #include <stdarg.h> #include <stdio.h> #include <string.h> #include <string> using namespace std; void stat_log(const char* format, ...) { char s 阅读全文
posted @ 2015-06-30 20:03 SandKing 阅读(5) 评论(0) 推荐(0)