中国IT动力,最新最全的IT技术教程
最新100篇 | 推荐100篇 | 专题100篇 | 排行榜 | 搜索 | 在线API文档 | 网通镜像
首 页 | 程序开发 | 操作系统 | 软件应用 | 图形图象 | 网络应用 | 精文荟萃 | 教育认证 | 硬件维护 | 未整理篇 | 站长教程
ASP JS PHP工程 ASP.NET 网站建设 UML J2EESUN .NET VC VB VFP 网络维护 数据库 DB2 SQL2000 Oracle Mysql
服务器 Win2000 Office C DreamWeaver FireWorks Flash PhotoShop 上网宝典 CorelDraw 协议大全 网络安全 微软认证
硬件维护  CPU  主板  硬盘  内存  显卡  显示器  键盘鼠标  声卡音箱  打印机  机箱电源  BIOS  网卡  C#  Java  Delphi  vs.net2005
  当前位置:> 程序开发 > Web开发 > Asp > 综合文章
一段取得翻唱排行榜上歌曲名称,艺人,地址的脚本程序
作者:未知 时间:2005-06-01 12:12 出处:Blog 责编:chinaitpower
              摘要:暂无

<textarea rows="29" name="S1" cols="111"></textarea>
<script language="vbscript">
On Error Resume Next
Function BytesToBstr(strBody, CodeBase)
    Set objStream = CreateObject("Adodb.Stream")
    With objStream
        .Type = 1
        .Mode = 3
        .Open
        .Write strBody
        .Position = 0
        .Type = 2
        .Charset = CodeBase
        BytesToBstr = .ReadText
        .Close
    End With
    Set objStream = Nothing
End Function

Set xmlobj=CreateObject("MsXml2.XmlHttp")

Function XmlGet(Url)
with xmlobj
.open "GET",Url,False
.Send()
str=BytesToBstr((.ResponseBody),"GB2312")
XmlGet=str
End With
End Function


Function ReplaceTest(zzb,str)
  Dim regEx
  Set regEx = New RegExp
  regEx.Pattern = zzb
  regEx.IgnoreCase = fasle
  regEx.Global = True
  ReplaceTest = regEx.Replace(str,"")
End Function
'set fso=createobject("scripting.filesystemobject")
'Set oFile=Fso.OpentextFile("d:\7t7t\temp.txt",2,true)
</script>


<script language="vbscript">
vkey=vbcrlf
bkey="<td width=""100%"" colspan=""2"" background=""images/dot2.gif"" align=""center"">"
nkey="<span style=""font-size: 2pt"">&nbsp; </span></td>"
mkey="<td width=""50%"" align=""center"">"
ckey="<td width=""100%"" align=""center"" colspan=""2"" height=""20"">"
xkey="<p align=""center"">"
zkey="<td width=""50%"">"
akey="<tr>"
ekey="</tr>"
dkey="</td>"
fkey="<td>"
gkey="<p align=""right"">"
str=XmlGet("http://www.redzhong.com/")
inHead=instr(str,"翻唱歌手")+8
inEnd=instr(inHead,str,"<img border=""0"" src=""images/more.gif""")
tmpStr=mid(str,inHead,inEnd-inHead)
tmpStr=replace(tmpStr,vkey,"")
tmpStr=replace(tmpStr,bkey,"")
tmpStr=replace(tmpStr,nkey,"")
tmpStr=replace(tmpStr,mkey,"")
tmpStr=replace(tmpStr,ckey,"")
tmpStr=replace(tmpStr,xkey,"")
tmpStr=replace(tmpStr,akey,"")
tmpStr=replace(tmpStr,ekey,"")
tmpStr=replace(tmpStr,dkey,"")
tmpStr=replace(tmpStr,fkey,"")
tmpStr=replace(tmpStr,gkey,"")
tmpStr=replace(tmpStr,"  ","")
tmpStr=replace(tmpStr,"<a href=""","******")
tmpStr=replace(tmpStr,"</a>","|||")

tmpStr=replace(tmpStr,""">","|||")
tmpStr=replace(tmpStr,zkey,"")
tmpstr=replace(tmpstr,"|||<td width=""50%","")
tmpstr=replace(tmpstr,"<td width=""50%|||","******")
tmpStr=replace(tmpStr,"******song.asp|||","")
tmpStr=replace(tmpStr,"************","******")
S1.value=tmpstr
arrStr=split(tmpStr,"******")

for i=0 to ubound(arrStr)
 document.write arrstr(i)&"<br>"
 next


</script>

关闭本页
 
首页 | 投资与合作 | 服务条款 | 隐私政策 | 收藏本站 | 设为首页 | 新用户注册 | 免责声明 | 使用帮助
Copyright ©2005-2008 chinaitpower.com All rights reserved. www.chinaitpower.com 版权所有