怎么判断浏览器是否是IE11 by pengcheng | Posted on 2016年4月6日 | 怎么判断浏览器是否是IE11已关闭评论 新建is_ie11.html,添加js代码如下: console.log(navigator); 在IE11中 Continue Reading…