02 | if (isset ($_SERVER['HTTP_USER_AGENT'])) { |
03 | $clientkeywords = array ('nokia', 'sony','ericsson','mot','samsung','htc','sgh','lg','sharp', |
04 | 'oppo','sie-','philips','panasonic' |
05 | ,'alcatel','lenovo','iphone','ipod','blackberry','meizu','android','netfront','symbian','ucweb', |
06 | 'windowsce','palm','operamini','operamobi','openwave','nexusone','cldc','midp','wap','mobile'); |
07 | // 从HTTP_USER_AGENT中查找手机浏览器的关键字 |
08 | if (preg_match("/(" . implode('|', $clientkeywords) . ")/i", strtolower |
09 | ($_SERVER['HTTP_USER_AGENT']))){ |
12 | <video width="100%" height="400" controls> |
13 | <source src="/视频.mp4" type="video/mp4"> |
|