标签: php mobile advertising banner feature-detection
我有一些桌面和移动访问者的静态页面。 是否可以仅针对移动访问者在其上显示横幅? PHP解决方案也没关系。
答案 0 :(得分:0)
使用以下方法之一:
PHP Mobile Detection
触摸事件检测:
`
var mobile = !!('createTouch' in document) && (document['createTouch']);
<强>参考强>
Lightweight Device-Detection in PHP
Touch Events