用XMLHTTP很好的一个例子

2016-02-19 20:00 13 1 收藏

get新技能是需要付出行动的,即使看得再多也还是要动手试一试。今天图老师小编跟大家分享的是用XMLHTTP很好的一个例子,一起来学习了解下吧!

【 tulaoshi.com - Web开发 】

虽然ting88没有注册的用户不能下载歌曲,但搞定它也非难事啊:)

进入www.ting88.com的网站,把歌手专辑页面的URL复制到文本框中再提交就可以得到歌曲的下载路径,如:http://www.ting88.com/MusicList/4141.htm

(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/webkaifa/)

源程序如下:

以下为引用的内容:

on error resume next
dim id,url,getCode,m,i,j,s,d,ns,nd,num,name
id=trim(request.querystring("id"))
'1.获取原网页所有内容
Function getHTTPPage(url)
dim http
set http=Server.createobject("Microsoft.XMLHTTP")
Http.open "GET",url,false
Http.send()
if Http.readystate4 then
exit function
end if
getHTTPPage=bytesToBSTR(Http.responseBody,"GB2312")
set http=nothing
if err.number0 then err.Clear
End function

'2.编码转换
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

以下为引用的内容:
'得到明码URL
function MyReplace(ConvStr)
ConvStr=replace(ConvStr,"YVI","1")
ConvStr=replace(ConvStr,"ESR","2")
ConvStr=replace(ConvStr,"SXN","3")
ConvStr=replace(ConvStr,"STI","4")
ConvStr=replace(ConvStr,"WFU","5")
ConvStr=replace(ConvStr,"LQU","6")
ConvStr=replace(ConvStr,"QGI","7")
ConvStr=replace(ConvStr,"BLA","8")
ConvStr=replace(ConvStr,"JFU","9")
ConvStr=replace(ConvStr,"LSN","0")
ConvStr=replace(ConvStr,"XPG","/")
ConvStr=replace(ConvStr,"XQD",".")
ConvStr=replace(ConvStr," ","")
ConvStr=replace(ConvStr,"%20","")
ConvStr=replace(ConvStr,"KWD","Wma")
MyReplace=ConvStr
end function

if id="1" then
url=trim(request.form("txturl"))
if url="" then
response.redirect("GetMusic.asp")
response.end()
end if
'url="http://www.ting88.com/MusicList/1454.htm"
s=0
d=0
ns=0
nd=0
getCode=getHTTPPage(url)
num=mid(getCode,instrrev(getCode,".a href")-3,2) '获取歌曲的数目
name=mid(getCode,instr(getCode,"歌手姓名:")+5,10) '获取歌手
m="http://218.75.78.189/33445566/"
response.write "center该面页共找到 " & name & "的 font color=red" & num& "/font 首歌曲" & "br/br/"
response.write "table width='80%' border='1' bordercolor='#A4C8FF' cellpadding='0' cellspacing='0'trtd页面URL:a href='" & url & "' target='_blank'" & url & "/a/td/tr/tablehr width='80%'"
response.write "table width='80%' border='0' cellpadding='0' cellspacing='0' bgcolor='#A4C8FF'trtdtable border='0' width='100%' cellpadding='2' cellspacing='1'trtd align=center bgcolor='#FFFFFF'序号/tdtd align=center bgcolor='#FFFFFF'歌名/tdtd align=center bgcolor='#FFFFFF'操作/td/tr"
for i=1 to num
s=instr(i+s,getCode,"checked"" value='")
d=instr(i+d,getCode,"KWD'")
ns=instr(i+ns,getCode,"word=")
nd=instr(i+nd,getCode,"&inc=")
response.write " trtd align=center bgcolor='#FFFFFF'" & i & "/tdtd bgcolor='#FFFFFF' a href='" & m & MyReplace(mid(getCode,s+16,d-s-13)) & "'" & mid(getCode,ns+5,nd-ns-5) & "/abr//tdtd align=center bgcolor='#FFFFFF'a href='" & m & MyReplace(mid(getCode,s+16,d-s-13)) & "'下载/a/td/tr"
next
response.write "/table/td/tr/table/center"
end if

(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/webkaifa/)


html
head
meta http-equiv="Content-Type" content="text/html; charset=gb2312"
title获取专辑歌曲的URL地址/title
/head
body
form name="form1" method="post" action="GetMusic.asp?id=1"
table width='80%' border='0' align="center" cellpadding='0' cellspacing='0' bgcolor='#A4C8FF'
trtdtable width="100%" border="0" align="center" cellpadding="2" cellspacing="1"
tr
td height="30"获取专辑歌曲的URL地址/td
/tr
tr
td height="30" bgcolor="#FFFFFF"网页地址:
input name="txturl" type="text" id="txturl" size="80" maxlength="100"/td
/tr
tr
td height="30" bgcolor="#FFFFFF" input type="submit" name="Submit" value="提 交" style="width:60"
input name="Reset" type="reset" id="Reset" value="重 置" style="width:60"/td
/tr
/table/td/tr/table
/form
/body
/html

来源:http://www.tulaoshi.com/n/20160219/1622514.html

延伸阅读
标签: ASP
  knowledge.XML文件 <?xml version="1.0" encoding="gb2312"? <?xml:stylesheet type="text/xsl" href="knowledge.xsl"? <Ebaihe name="Ebaihe" type="gs" id="gs000" <知识管理 name="知识管理" type="rt" id="rt000&quo...
标签: ASP
  http://www.chaoshan.com/lazyboy/google/google.asp http://www.chaoshan.com/lazyboy/google/google.asp?keyword=中华人民共和国 转自:动态网制作指南 www.knowsky.com 下载 http://www.chaoshan.com/lazyboy/google/google.rar  
标签: ASP
<%''本程序文件名为:Pages.asp% <%''包含ADO常量表文件adovbs.inc,可从"\Program Files\Common Files\System\ADO"目录下拷贝% <!--#Include File="adovbs.inc"-- <%''*建立数据库连接,这里是Oracle8.05数据库 Set conn=Server.CreateObject("ADODB.Connection") conn.Open "Provider=msdaora.1;Data Source=YourSrcName;User ...
标签: ASP
  <%@ Page Language="VB"% <%@ Import Namespace="System.Data" % <%@ Import Namespace="System.Data.ADO" % <script language="VB" runat="server"   Sub subbtn_OnClick(Sender As Object, E As EventArgs)       Dim c...
标签: PHP
  一个颜色轮换的简单例子,使用三元运算子,使程序简练。 我们曾经在网站上看过一些表格单元格的背景颜色是隔行变化的,其实用下面一段很小的一段代码就可以实现: $color=(($coloralter++ %2)? "e0e0e0":"e8e8e8") ,即通过将变量累加和2取余,运用三元运算子来取得两个不同得颜色值。 示例如下: <html <...

经验教程

384

收藏

48
微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部