byte temp[128];
typedef struct _MonitorData_str
{
CString id;
CString name;
CString data[10];
}MonitorData_str; MonitorData_str tempdata;

memset(temp,0,sizeof(temp));
memset(&tempdata,0,sizeof(MonitorData_str)); temp[0]=0x31;
temp[1]=0x39;
temp[2]=0x32;
temp[3]=0x2e;
temp[4]=0x31;
temp[5]=0x36;
temp[6]=0x38;
temp[7]=0x2e;
temp[8]=0x32;
temp[9]=0x2e;
temp[10]=0x31;
temp[11]=0x35;
temp[12]=0x38; tempdata.id=temp; //报错