摘要: 判断移动端、pc端var bs={ versions:function(){ var u = navigator.userAgent, app = navigator.appVersion; return {//移动终端浏览器版本信息 trident: u.indexOf('Trident') > -1, //IE内核 presto: u.indexOf('Presto') > -1, //opera内核 webKit: u.indexOf('Appl... 阅读全文
posted @ 2013-06-27 10:02 百里水上 阅读(378) 评论(0) 推荐(0)