如果通过移动设备访问网站,则显示错误页面。
我已经试过了
@media only screen (max-device-width : 768px) {
html,body { display: none; }
}
和
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
getElementById('body').style.display = 'none';
}
一只名叫tom的猫
largeQ
相关分类