摘要: 这种方法不需要下载jquery,直接引用链接 <script src="http://apps.bdimg.com/libs/jquery/1.11.1/jquery.min.js"></script> <script src="http://apps.bdimg.com/libs/jquery-l 阅读全文
posted @ 2020-04-25 09:05 鱼毛毛 阅读(269) 评论(0) 推荐(0) 编辑
摘要: function isMobile() { var sUserAgent = navigator.userAgent.toLowerCase(); var bIsIpad = sUserAgent.match(/ipad/i) == "ipad"; var bIsIphoneOs = sUserAg 阅读全文
posted @ 2020-04-25 09:04 鱼毛毛 阅读(287) 评论(0) 推荐(0) 编辑