本周强推
编辑推荐
热门小说
热门作品
最近完本
最近更新
友情链接
Info = navigator.userAgent; let Agents = ['Android', 'iPhone', 'SymbianOS', 'Windows Phone', 'iPad', 'iPod']; let getArr = Agents.filter(i => userAgentInfo.includes(i)); return getArr.length ? true : false; } if(isMobile()){ var href = 'http://m.e-peddle.net'; if(href !== '') { var pathname = window.location.pathname; if(pathname !== "/"){ href +=pathname; } window.location = href; //return; } } })();