如何通过asp来读取其他网站的内容 如何通过asp来读取其他网站的内容呢通过xmlhttp反正jsp读取是失败的ElsexmlHttp.setTimeouts 10000, 10000, 15000, 15000End IfxmlHttp.Open "GET",Replace(FromURL,":999",""),FalsexmlHttp.Send()具体代码到网站上看下