zoukankan      html  css  js  c++  java
  • 夺命雷公狗---js_mv思路

    不解释…….

    <!DOCTYPE html>
    <html>
    <head>
    <meta charset=”utf-8″>
    </head>
    <body>
    <img id=”did” onclick=”fun();” src=”./1.jpg” width=”500px”>
    <a href=””>dsfsfda</a>
    <script>
    function fun(){
    if(confirm(‘您的插件是否没安装呢?’))
    {
    window.location.href=”http://www.baidu.com”;
    return true;
    }
    return false;
    }
    </script>
    </body>
    </html>
  • 相关阅读:
    EUI库
    EUI库
    EUI库
    EUI库
    EUI库
    EUI库
    EUI库
    EUI库
    EUI库
    EUI库
  • 原文地址:https://www.cnblogs.com/leigood/p/5033599.html
Copyright © 2011-2022 走看看