太
太平公主
Unregistered / Unconfirmed
GUEST, unregistred user!
用ASP调用一个接口可以用这样的方式:
strURL="http://www.sina.com.cn"
set oSend=server.createobject("Microsoft.XMLHTTP"
oSend.open "GET",strURL,false oSend.send()
GetURL=oSend.responseText
在DELPHI中该如何做呢?急用,请高手不吝赐教!
strURL="http://www.sina.com.cn"
set oSend=server.createobject("Microsoft.XMLHTTP"
oSend.open "GET",strURL,false oSend.send()
GetURL=oSend.responseText
在DELPHI中该如何做呢?急用,请高手不吝赐教!