if(navigator.userAgent.toLowerCase().toString().indexOf('qqbrowser') > -1){
console.log('qq');
}else{
console.log('other');
}

posted on 2016-12-22 22:08  正正果实  阅读(1101)  评论(0编辑  收藏  举报