标签: c++
在C ++中,什么是特殊字符'\ e'。我在这样的代码中看到了它:
a = ' ' while(a != '\e'){ a = getchr(); cout << "a is not equal \e"; }