摘要: function isMobile(){ return /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent); } function isIphone(){ return /iphone/gi.test(navigator.userAgent); } f... 阅读全文
posted @ 2018-05-25 14:23 1183788267 阅读(145) 评论(0) 推荐(0)
摘要: 可用于多个元素 阅读全文
posted @ 2018-05-25 12:01 1183788267 阅读(1847) 评论(0) 推荐(0)
摘要: ie是否可用不明确,其他浏览器可用 取消全屏不同浏览器方法不同,有的是--cancelFullScreen ,有的是--exitFullScreen,为确保起作用,两种方法都加上了 阅读全文
posted @ 2018-05-25 09:35 1183788267 阅读(210) 评论(0) 推荐(0)