摘要:
//检测浏览器function checkb(){ var Sys = {}; var ua = navigator.userAgent.toLowerCase(); var s; (s = ua.match(/msie ([\d.]+)/)) ? Sys.ie = s[1] : (s = ua.match(/firefox\/([\d.]+)/)) ? Sys.firefox = s[1] : (s = ua.match(/chrome\/([\d.]+)/)) ? Sys.chrome = s[1] : ... 阅读全文
posted @ 2013-12-23 10:06
zenghansen
阅读(244)
评论(0)
推荐(0)

浙公网安备 33010602011771号