H5 -- 简单的 跳转下载APP(自备份留存)

<script charset="utf-8" src="https://map.qq.com/api/js?v=2.exp"></script>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script>
function downloadIos(){
window.location.href = "下载链接 "
}
function downloadAnz(){
window.location.href = "下载链接"
}
</script>
</head>
<body>
<div class="textButtom" >
<img class="img" src="./bg.png">
<div class="abort">
<div class="addressTitle">
<button><img src="./ios.png" onclick="downloadIos()"></button>
<button><img src="./anz.png" onclick="downloadAnz()"></button>
</div>
</div>

</div>
</body>

posted @ 2019-01-29 15:07  heart中的烦恼哟  阅读(648)  评论(0编辑  收藏  举报