<?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\'].\"\'\"); } ?>
本文地址:https://www.stayed.cn/item/3238
转载请注明出处。
本站部分内容来源于网络,如侵犯到您的权益,请 联系我