聊天内容3.2 浏览器

typeof document.all 就是undefined

console一下 document.all 就是一堆HTML 

ie下document.all就是true,其他就是false,可用来判断

-------------------------------------------------------------------

window.console = console || {log : function(){}};

if(window.console){console.log(1)};

ie678不支持window.console;

----------------------------------------------------------------------

posted @ 2016-03-02 18:06  张鑫鑫是好人  阅读(95)  评论(0编辑  收藏  举报