摘要: #define Conn(x,y) x##y#define ToChar(x) #@x#define ToString(x) #x#define CONS(a,b) int(a##e##b) x##y表示x连接y,举例说:int n = Conn(12,34); //n=1234;char* str 阅读全文
posted @ 2020-10-29 21:58 点金spe 阅读(151) 评论(0) 推荐(0)