摘要: 1、判断浏览器是否为IE document.all ? 'IE' : 'others':在IE下document.all值为1,而其他浏览器下的值为0; navigator.userAgent.indexOf("MSIE")>0 ? 'IE' : 'others':navigator.userA... 阅读全文
posted @ 2014-10-29 11:09 向着太阳生 阅读(213) 评论(0) 推荐(0)