<script type="text/javascript"> function checkBrowerType() {return navigator.userAgent.toLowerCase().indexOf('micromessenger') ! = = 1; } function checkSysType() {let u = navigator.userAgent; if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1) { return 'Android'; } if (!! u.match(/\(i[^;] +; ( U;) ? CPU.+Mac OS X/)) { return 'IOS'; }} function download() {if (checkBrowerType()) {alert(' open on your browser ')} else {// Android if (checkSysType() === Href = "market://details? Id = application package name "; } if (checkSysType() === 'ios ') {// Redirect ios app window.location.href = "https://itunes.apple.com/cn/app/idxxxxxxxxxx"; } } } </script>Copy the code