摘要:
问题:使用JS判断是否为IE浏览器方法:1.IE='\v'=='v' (失败!)if('\v'=='v') // true only in IE2.IE=(!+"\v1") (失败!)if(!+"\v1") // true only in IE3.IE=top.execScript?1:0if(to... 阅读全文
posted @ 2015-08-13 15:38
tx天翔
阅读(183)
评论(0)
推荐(0)
浙公网安备 33010602011771号