摘要: function isIE(){ var userAgent = navigator.userAgent, rMsie = /(msie\s|trident.*rv:)([\w.]+)/, rFirefox = /(firefox)\/([\w.]+)/, rOpera = /(opera).+version\/([\w.]+)/, rChrome... 阅读全文
posted @ 2018-05-31 14:47 过一天日子修一天缘 阅读(724) 评论(1) 推荐(0) 编辑