第一个问题:
CString a = "身高:";
int i = 175;
CString b;
要求把b的内容填写成"身高:175"第二个问题:
char temp[1024];
要示把上面得到的b的内容,按字节写入temp缓冲区中.