摘要: <script type="text/javascript"> var Sys = {}; var ua = navigator.userAgent.toLowerCase(); window.ActiveXObject ? Sys.ie = ua.match(/msie ([\d.]+)/)[1] : document.getBoxObjectFor ? Sys.firefox = ... 阅读全文
posted @ 2010-04-21 22:18 Jun.lu 阅读(206) 评论(0) 推荐(1) 编辑