VA_LIST 解决变参问题的一组宏,所在头文件: #include <stdarg.h> ,用于获取不 ... { va_list args; va_start(args, format); NSString *formatter ...
確定! 回上一頁