function isPC() { if (/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) { return false; } else { return true; } }
posted on 2018-03-23 09:20 风端的爱 阅读(89) 评论(0) 编辑 收藏 举报