2013年9月25日
摘要: $(document).ready(function(){ function getBrowserTypeAndVersion(){ var Sys = {}; var ua = navigator.userAgent.toLowerCase(); var s; (s = ua.match(/msie ([\d.]+)/)) ? Sys.ie = s[1] : // ie (s = ua.match(/firefox\/([\d.]+)/)) ? Sys.firefox = s[1] : // firefox (s = u... 阅读全文
posted @ 2013-09-25 10:55 永乾happy 阅读(260) 评论(0) 推荐(0)