码迷,mamicode.com
首页 > 其他好文 > 详细

UEditor 在ie中报console未定义解决方案

时间:2015-05-23 11:24:56      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:

解决办法:   
               1.注释掉该代码
               2、或者加入如下代码即可,本人已经测试过,没有问题。
      window.console = window.console || (function(){  
        var c = {}; c.log = c.warn = c.debug = c.info = c.error = c.time = c.dir = c.profile  
        = c.clear = c.exception = c.trace = c.assert = function(){};  
        return c;  
      })();  

UEditor 在ie中报console未定义解决方案

标签:

原文地址:http://www.cnblogs.com/lihaishu/p/4523848.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!