#include<stdio.h> int main() { char a=30; printf("%c\n",a); //a=\30 时出来的不是黑色三角形吗?我这程序出来的咋是向上的箭头啊? return 0; }