![]() |
#2
yuccn2013-12-16 15:45
|
file = fopen(pFileName,"a+");
fwprintf(file,_T("%s\n"),tj_name);
只有本站会员才能查看附件,请 登录
但是读取时
while(fscanf(file,"%s",h_name) == 1){
AfxMessageBox(h_name);
}
全是乱码
只有本站会员才能查看附件,请 登录
只有本站会员才能查看附件,请 登录
求救啊
