浏览器侦测(bowser.js)

浏览器检测器 因为有时候,没有别的办法,甚至连好的现代浏览器总是提供很好的特征检测机制。 可以实时编译前端文件、 So... it works like this:

if (bowser.msie && bowser.version <= 6) {
  alert('Hello China');
}

https://github.com/ded/bowser

results matching ""

    No results matching ""