判断浏览器是否搜狗浏览器
2020-09-04 09:20:53
if(navigator.userAgent.toLowerCase().indexOf(‘se 2.x’)>-1 ? true : false) { //内容 }
好文推荐
if(navigator.userAgent.toLowerCase().indexOf(‘se 2.x’)>-1 ? true : false) { //内容 }