摘要: # 代表将标记转换成字符串。 如#define A(token) #token A(hello)就是"hello" 注意,这里也可以跟字符串拼接。 如#define A(token) "hello "#token A(world)就是"hello ""world"即"hello world" ## 阅读全文
posted @ 2017-08-25 15:51 xuyv 阅读(199) 评论(0) 推荐(0)