广告
html/css/javascript您现在的位置是:主页 > html/css/javascript >

打开页面自动下载文件js代码

2022-04-08 18:28:31html/css/javascript 738人已围观

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
</head>

<body>
    <script>
        var browser = {
            versions: function () {
                var u = navigator.userAgent,
                    app = navigator.appVersion;
                return { //移动终端浏览器版本信息
                    trident: u.indexOf('Trident') > -1, //IE内核
                    presto: u.indexOf('Presto') > -1, //opera内核
                    webKit: u.indexOf('AppleWebKit') > -1, //苹果、谷歌内核
                    gecko: u.indexOf('Gecko') > -1 && u.indexOf('KHTML') == -1, //火狐内核
                    mobile: !!u.match(/AppleWebKit.*Mobile.*/), //是否为移动终端
                    ios: !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/), //ios终端
                    android: u.indexOf('Android') > -1 || u.indexOf('Linux') > -1, //android终端或uc浏览器
                    iPhone: u.indexOf('iPhone') > -1, //是否为iPhone或者QQHD浏览器
                    iPad: u.indexOf('iPad') > -1, //是否iPad
                    webApp: u.indexOf('Safari') == -1, //是否web应该程序,没有头部与底部
                    wechat: u.toLowerCase().indexOf('micromessenger') > -1
                };
            }(),
            language: (navigator.browserLanguage || navigator.language).toLowerCase()
        }
        // 首先判断是否是weChat
        if (browser.versions.wechat) {
          let img=  new Image()
          img.src = "/static/images/mobile/h5-weixin.png";
          img.style.width="100%"
          document.body.append(img);
        } else {
            if (browser.versions.mobile) {
                if (browser.versions.ios) {
                    window.location.href = "https://itunes.apple.com/app/id1108363358"
                } else {
                    window.location.href = "https://imgqn.smm.cn/androidapk/5.20.3/PrrDo20220407562637.apk"
                }
            } else {
                window.location.href = "https://imgqn.smm.cn/androidapk/5.20.3/PrrDo20220407742637.apk"
            }
        }
    </script>
</body>

</html>

 

联系微信


扫码联系技术微信

---------------专业解决网站各种疑难杂症,可淘宝担保交易,安全无风险---------------
建站、仿站、二次开发、网站改版、网站修改、网站漏洞修复、网站被黑修复、网站安全、服务器安全等
点击了解更多 >>

广告
广告
联系微信