一个二维码提供androidiphone下载
Posted 百草之家
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了一个二维码提供androidiphone下载相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>凤凰彩吧手机APP下载</title> <script type="text/javascript"> // 获取终端的相关信息 var Terminal = { // 辨别移动终端类型 platform : function(){ var u = navigator.userAgent, app = navigator.appVersion; return { // android终端或者uc浏览器 android: u.indexOf(‘Android‘) > -1 || u.indexOf(‘Linux‘) > -1, // 是否为iPhone或者QQHD浏览器 iPhone: u.indexOf(‘iPhone‘) > -1 , // 是否iPad iPad: u.indexOf(‘iPad‘) > -1 }; }(), // 辨别移动终端的语言:zh-cn、en-us、ko-kr、ja-jp... language : (navigator.browserLanguage || navigator.language).toLowerCase() } // 根据不同的终端,跳转到不同的地址 var theUrl = ‘http://www.fhcb88.com‘; if(Terminal.platform.android){ theUrl = ‘http://www.fhcb99.com/images/apk.html‘; }else if(Terminal.platform.iPhone){ theUrl = ‘http://www.appbsl.com/index.php?ctl=app_download&code=pbCspqO4tLTQ2MjY4LS0wA%3D%3D‘; }else if(Terminal.platform.iPad){ theUrl = ‘http://www.appbsl.com/index.php?ctl=app_download&code=pbCspqO4tLTQ2MjY4LS0wA%3D%3D‘; } location.href = theUrl; </script> </head> <body> <!-- --> </body> </html>
以上是关于一个二维码提供androidiphone下载的主要内容,如果未能解决你的问题,请参考以下文章
js 判断移动设备pc端androidiPhone是否为微信微博qq空间
Thinkphp3.2版本结合phpqrcode生成二维码并提供下载