<?php
$forasp = strtolower($_SERVER[‘HTTP_USER_AGENT‘]);if(strpos($forasp,‘mobile‘)==true)
{
echo "The Client is Mobile!";
}else
{
echo "The Client is PC!";
}
?>
php验证是否为手机端还是PC,布布扣,bubuko.com
时间: 2024-10-12 12:17:37
<?php
$forasp = strtolower($_SERVER[‘HTTP_USER_AGENT‘]);if(strpos($forasp,‘mobile‘)==true)
{
echo "The Client is Mobile!";
}else
{
echo "The Client is PC!";
}
?>
php验证是否为手机端还是PC,布布扣,bubuko.com