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>

原文地址:https://www.cnblogs.com/lipuqing180906/p/10334197.html