ascii码里的表情符号,梅花♣红心♥等符号怎么用c语言输出啊??我用devc只显示一个方块。
#include <stdio.h> int main() { printf("%c%c%c%c",'\003','\004','\005','\006'); return 0; }