當前位置:菜譜大全網 - 美食菜譜 - 求壹個asp源碼

求壹個asp源碼

Set Retrieval=Server.CreateObject("Microsoft.XMLHTTP")

--> Retrieval.Open "GET", url, false

Retrieval.setRequestHeader "Content-Type","application/x-www-form-urlencoded"

Retrieval.setRequestHeader "Content-Length",lenB(URL)

Retrieval.Send

--> response.wrhte Retrieval.ResponseBody

Set Retrieval=Nothing

箭頭1中的 url 改成某個網頁的地址: "/index.html"