js获取当前浏览器版本
摘要:<script type="text/javascript"> var Sys = {}; var ua = navigator.userAgent.toLowerCase(); if (window.ActiveXObject) Sys.ie = ua.match(/msie ([\d.]+)/)[1] else if (document.getBoxObjectFor) Sys.f...
阅读全文
posted @
2010-01-27 17:15
Ss_Andy
阅读(1455)
推荐(0)