您的位置:首页 > Web前端 > JavaScript

原来firebug下的的console可以在js中调用

2009-02-11 13:45 246 查看
安装firebug后就可以在自己的js里使用console了(最新的firebug要首先启用console)。

e.g.

console.log('hello world');

props(console)
Methods: assert,
clear, count, debug, dir, dirxml, error, getFirebugElement, group,
groupCollapsed, groupEnd, info, log, notifyFirebug, profile,
profileEnd, time, timeEnd, trace, warn
Fields: firebug
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐