browser.js:判断浏览器和内核的工具(Determine the browser and the kernel of the tool)

时间:2024-06-08 14:47:53
【文件属性】:

文件名称:browser.js:判断浏览器和内核的工具(Determine the browser and the kernel of the tool)

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-08 14:47:53

JavaScript

browser.js 判断浏览器和内核的工具(Determine the browser and the kernel of the tool) Date: 2015-07-25 首先引入browser.js 返回 client 对象: client 对象下有两个对象:engine 和 browser,如下: //呈现引擎 var engine = { ie:0, gecko:0, webkit:0, khtml:0, opera:0, //完整的版本号 ver:null }; //浏览器 var browser = { //主要浏览器 ie:0, firefox:0, safari:0, konq:0, opera:0, chrome:0, //具体版本号 ver:null }; 可以返回如: client.engine.webkit(


【文件预览】:
browser.js-master
----browser.js(3KB)
----README.md(1KB)
----browser.min.js(2KB)

网友评论

相关文章