这两句在C++里处理是什么意思?c的值是怎么来的?char c=0XFF41; //the lower 8 bits hex code 41 is assigned to c. cout<<c; //c is character A