function is_mobile()
{
$agent = strtolower($_SERVER['HTTP_USER_AGENT']);
$is_pc = (strpos($agent,<
PHP判断客户端为PC还是手机
最新推荐文章于 2024-01-22 14:33:10 发布
function is_mobile()
{
$agent = strtolower($_SERVER['HTTP_USER_AGENT']);
$is_pc = (strpos($agent,<