|
发表于 2006-11-22 22:36:47
|
显示全部楼层
例如我要采集这个页面: http://mtv.kuco.cn/play.asp?mtvlistid=4705
<script language="JavaScript" src="getmtvurl.asp?gs=wm&id=4705"></script>
<script language="javascript">
document.writeln("<object align=middle classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 class=OBJECT
id=MediaPlayer width=\"420\" height=\"360\">");
document.writeln(" <param name=ShowStatusBar value=-1>");
document.writeln(" <param name=\"FileName\" value=\""+movieurl+"\">");
document.writeln(" <param name=\"EnableContextMenu\" value=\"0\">");
document.writeln(" <embed type=\"application/x-oleobject\"
codebase=\"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701\" flename=\"mp\"
src=\"fhzw1.asx\" width=\"420\" height=\"360\">");
document.writeln(" </object>");
</script>
采集到上面这段代码,然后就不知道怎么处理了 :$ |
|