<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>