Azure/C++/C#/Java/Asp.net/JavaScript/Html - MFC/COM/ActiveX/eclipse/Web

dlbrant

working soft

博客园 首页 新随笔 管理

js中调用console写日志

console.log("some log");

console.warn("some warning");

console.error("some error");

IE:只有在打开IE开发者工具后才能使用console,默认访问IE的console对象会出错。

FF和Chrome没有问题。

posted on 2013-06-20 18:27  dlbrant  阅读(5895)  评论(1编辑  收藏  举报

Software