#define printh(...) do {char buf[128]; sprintf(buf, __VA_ARGS__); _DBG(buf);} while (0);
posted on 2019-10-22 14:20 lizhuohui 阅读(59) 评论(0) 收藏 举报