如何通过asp来读取其他网站的内容
如何通过asp来读取其他网站的内容呢
通过xmlhttp
反正jsp读取是失败的Else
xmlHttp.setTimeouts 10000, 10000, 15000, 15000
End If
xmlHttp.Open "GET",Replace(FromURL,":999",""),False
xmlHttp.Send()
具体代码到网站上看下
发布时间: 2013-02-20 12:23:22 作者: rapoo
如何通过asp来读取其他网站的内容
如何通过asp来读取其他网站的内容呢
通过xmlhttp
反正jsp读取是失败的Else
xmlHttp.setTimeouts 10000, 10000, 15000, 15000
End If
xmlHttp.Open "GET",Replace(FromURL,":999",""),False
xmlHttp.Send()
具体代码到网站上看下