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

  • 相关阅读:
    IOS 模块并且发布到NPM
    处理npm publish报错问题
    IOS 应用发布流程
    《温故而知新》JAVA基础八
    Beta冲刺 (5/7)
    Beta冲刺 (4/7)
    Beta冲刺 (3/7)
    Beta冲刺 (2/7)
    软件测试(团队)
    福大软工 · BETA 版冲刺前准备(团队)
  • 原文地址:https://www.cnblogs.com/94YY/p/2261429.html
Copyright © 2011-2022 走看看