首先我们指定一个url,比如 http://it.lovepet.vip
用这个地址生成二维码,二维码的生成方式有很多种,到网上搜搜就知道。
我们可以新建一个index.php放在改网站目录下。编辑index.php加入
1
2
3
4
5
6
7
8
9
10
11
|
$agent = strtolower ( $agent = strtolower (_SERVER[ 'HTTP_USER_AGENT' ]); $iphone =( strpos (iphone=( strpos ( $agent , 'iphone' )) ? true : false; $ipad =( strpos ( $ipad =( strpos ( $agent , 'ipad' )) ? true : false; $android =( strpos (android=( strpos ( $agent , 'android' )) ? true : false; if ( $iphone || $iphone || $ipad ) { echo "<script>window.location.href='https://itunes.apple.com/cn/app/wu-han-de-tie-gong-e/id663196252?mt=8'</script>" ; } if ( $android ){ echo "<script>window.location.href='http://www.lewanau.com'</script>" ; } |
这样用手机扫描二维码的时候,就可以通过设备来跳转不同的url了。
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!