当前位置: 首页 > 2015年8月6日发布的所有文章
  • PHP识别电脑还是手机访问网站

    function isMobile(){       $useragent=isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : '';       $useragent_commentsblock=preg_match('|\(.*?\)|',$useragent,$matches)>0?$matches[0]:'';            function CheckSubstrs($substrs,$text){      ...

    键盘游走者 发布于 2015-08-06 02:20php抢沙发