摘要: let isMobile = function(){ let userAgentInfo = navigator.userAgent; let Agents = new Array("Android", "iPhone", "SymbianOS", "Windows Phone", "iPad", "iPod") let f... 阅读全文
posted @ 2016-09-30 09:22 贝尔塔猫 阅读(227) 评论(0) 推荐(0)