摘要:
//IE6判断: var isIE6 = !!window.ActiveXObject && !window.XMLHttpRequest; //或者: if(navigator.userAgent.indexOf("MSIE 6.0")>0){ alert("ie6"); } //IE7判断: if(navigator.userAgent.indexOf("... 阅读全文
posted @ 2018-05-15 11:09
Ryan_zheng
阅读(278)
评论(0)
推荐(0)

浙公网安备 33010602011771号