博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
H5 -- 简单的 跳转下载APP(自备份留存)
阅读量:5098 次
发布时间:2019-06-13

本文共 608 字,大约阅读时间需要 2 分钟。

<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" οnclick="downloadIos()"></button>
<button><img src="./anz.png" οnclick="downloadAnz()"></button>
</div>
</div>
</div>
</body>

转载于:https://www.cnblogs.com/lipuqing180906/p/10334197.html

你可能感兴趣的文章
字符串处理函数
查看>>
jenkins修改时区
查看>>
比较git commit 两个版本之间次数
查看>>
jQuery.support
查看>>
【LeetCode】167. Two Sum II - Input array is sorted
查看>>
如何在g++中添加include文件的目录
查看>>
BlockingQueue深入解析
查看>>
无向图求桥 UVA 796
查看>>
Nginx+Keepalived 实现双击热备及负载均衡
查看>>
五分钟搭建WordPress博客(二)
查看>>
Vue_(组件通讯)子组件向父组件传值
查看>>
jvm参数
查看>>
Something-Summary
查看>>
Spring学习笔记
查看>>
6个有用的MySQL语句
查看>>
linux c/c++ IP字符串转换成可比较大小的数字
查看>>
我对前端MVC的理解
查看>>
sql: table,view,function, procedure created MS_Description in sql server
查看>>
[网络流24题] 最长k可重区间集问题 (费用流)
查看>>
路径依赖理论
查看>>