标签:rip pre color turn return back 支持 判断 ie6
CreateTime--2017年5月28日09:43:00
Author:Marydon
/** * 判断是否是IE浏览器,支持IE6-IE11 */ function isIE() { //ie? if (!!window.ActiveXObject || "ActiveXObject" in window) return true; else return false; }
标签:rip pre color turn return back 支持 判断 ie6
原文地址:http://www.cnblogs.com/Marydon20170307/p/6915227.html