利用ASP发送和接收XML数据的处理方法
request.asp dim Https set Https=server.createobject(“MSXML2.XMLHTTP”) ‘定义一个XMLHTTP对像 Https.open “POST”,”http://127.0.0.1/testpost/response.asp”,false Https.send ” echo 123456 987654 11111 22222 ” if Https.readystate=4 then response.write “提交成功” ’readstate读取状态为4则成功,继续后面的,不成功当然就不用继续处理了 dim ob
下载地址
用户评论