本文地址:http://www.cnblogs.com/vnii/archive/2011/12/19/2293530.html
今天看到了一段判断浏览器是否IE的最酷代码,果断收下:
if(!-[1,]) alert("IE"); else alert("非IE");