vfp使用Msxml2.ServerXMLHTTP的乱码问题
oo = = newObject('Msxml2.ServerXMLHTTP')
oo.open('post','http://localhost/',.f.)
oo.send('')
?oo.responseText
显示: ???????
服务器端页面返回在浏览器中是“服务器已成功启动”
说明:不想在iis中设置 setchar='utf-8' ,因为用的iis启动器不支持该命令。
comprop(oo,'UTF8',1) && 虽然显示汉字还是乱码。