【发布时间】:2014-03-09 00:35:08
【问题描述】:
在我的插件范围内,我正在尝试使用 console.log 和 console.info 等功能将消息记录到浏览器控制台,如下所示 MDN - Web API Interfaces - Console
但是 Services.jsm 给了我nsIConsoleService。那么如何从 nsIConsoleService(nsiconsoleservice 上的文档:https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIConsoleService)访问上述功能(web api 控制台)
【问题讨论】: