zoukankan      html  css  js  c++  java
  • 超简单,MAX普通版改为资源版方法

    1、打开 inc 目录下的 CommonFun.asp 文件
    2、Function getPlayUrlList  里找到
    case "play"
                                                    if isAlertWin=1 then
                                                            urlStr=urlStr&"<li><a title='"&singleUrlArray(0)&"' href=""javascript:openWin

    ('"&getPlayLink(typeId,vId)&contactStr&"-"&ifrom&"-"&i&behindStr&"',"&(alertWinW+10)&","&(alertWinH+55)

    &",250,100,1)"""&style&">"&singleUrlArray(0)&"</a></li>"
                                                    else
                                                            urlStr=urlStr&"<li><a title='"&singleUrlArray(0)&"' href='"&getPlayLink(typeId,vId)

    &contactStr&"-"&ifrom&"-"&i&behindStr&"'"&style&target&">"&singleUrlArray(0)&"</a></li>"
                                                    end if
                                            case "down"
                                                    urlStr=urlStr&"<li><a href='"&singleUrlArray(1)&"'"&style&target&">"&singleUrlArray(0)

    &"</a></li>"
    3、singleUrlArray(0) 为第几集 , singleUrlArray(1) 为地址 , singleUrlArray(3)为播放类型
    例如:"&singleUrlArray(0)&"$"&singleUrlArray(1)&"$"&singleUrlArray(2)&"
    显示为 第72集$XMTUxNDU5MTk2$youku

  • 相关阅读:
    大四实习几个课题
    Keil 4 与Proteus 7.8联调
    局域网共享
    win 8.1 网卡
    路由器无线桥接 router wireless bridge
    系统对话框alert-prompt-confirm
    处理浏览器兼容性
    pageX--clientX--scrollLeft-clientLeft-offsetWidth
    处理注册事件的兼容性问题
    处理innerText的兼容性问题
  • 原文地址:https://www.cnblogs.com/94YY/p/2261429.html
Copyright © 2011-2022 走看看