ASP下載網(wǎng)頁(yè)內(nèi)的圖片實(shí)例分享
作者: 來(lái)源: 發(fā)布時(shí)間:2011-6-8 11:38:07 點(diǎn)擊:
.Send
GetBody = .ResponseBody
End With
Set Retrieval = Nothing
End Function
Function BytesToBstr(body,Cset)
dim objstream
set objstream = Server.CreateObject("adodb.stream")
objstream.Type = 1
objstream.Mode =3
objstream.Open
objstream.Write body
objstream.Position = 0
objstream.Type = 2
objstream.Charset = Cset
BytesToBstr = objstream.ReadText
objstream.Close
set objstream = nothing
End Function
%>
GetBody = .ResponseBody
End With
Set Retrieval = Nothing
End Function
Function BytesToBstr(body,Cset)
dim objstream
set objstream = Server.CreateObject("adodb.stream")
objstream.Type = 1
objstream.Mode =3
objstream.Open
objstream.Write body
objstream.Position = 0
objstream.Type = 2
objstream.Charset = Cset
BytesToBstr = objstream.ReadText
objstream.Close
set objstream = nothing
End Function
%>
上一篇:教你數(shù)據(jù)庫(kù)簡(jiǎn)單實(shí)現(xiàn)添加,顯示,修改,刪除的方法 下一篇: 關(guān)于ASP內(nèi)置對(duì)象ObjectContext的詳細(xì)說(shuō)明
[收藏此文章]