摘要:        
//判断是否是手机 function is_mobile() { $agent = strtolower($_SERVER['HTTP_USER_AGENT']); $is_pc = (strpos($agent, 'windows nt')) ? true : false; $is_mac = (strpos($agent, 'mac os'))...    阅读全文
posted @ 2017-12-20 16:13
sangern
阅读(405)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号