摘要: cnzz根据用户代理字符串识别浏览器类型 ,JavaScript实现代码如下 : 1 (function() { 2 var Client = function() { 3 var engine = { ie: 0, webkit: 0, gecko: 0, opera: 0, khtml: 0 }, 4 browser = { se360: 0, se: 0, maxthon: 0, qq: 0, tt: 0, theworld: 0, cometbrowser: 0, greenbrowser: 0, ie: 0, chrome: 0, netscape: 0, firefox: 0, o 阅读全文
posted @ 2011-05-17 17:14 诚诚 阅读(1179) 评论(0) 推荐(0) 编辑