VARIANT vResponse=m_MSComm.GetInput(); //read
//对数据进行其他处理 
str = (char*)(unsigned char*) vResponse.parray->pvData;
我在现场调试过程中发现str的值形如"   231   235   236  238  239..."一共十二个数字。
但是用AfxMessageBox(str)却只能看到231,之后看不到,为什么?