本程序实现的功能就是扫描同一个二维码根据浏览器类型访问不同下载地址,很实用的,建议大家学习下
<?php $Agent = $_SERVER['HTTP_USER_AGENT']; preg_match('/android|iphone/i',$Agent,$matches); if (strtolower($matches[0]) == 'android') { // echo "安卓"; header("Location: ".$GLOBALS["public_appconfig"]["app"]['android']."'"); } elseif (strtolower($matches[0]) == 'iphone') { header("'Location: ".$GLOBALS["public_appconfig"]["app"]['ios']."'"); }else{ //不确定是什么系统或者是pc header("Location: ".$GLOBALS["public_appconfig"]["app"]['android']."'"); } ?>
您可能感兴趣的文章:
相关文章
最新评论
站长推荐 正版Windows 10 家庭/专业版,操作系统限时抢购[¥1088→¥248] 站长推荐 Microsoft Office 2016/2019/365 正版最低价仅需[ ¥148元]
大家感兴趣的内容
最近更新的内容
常用在线小工具