从我的插件范围我尝试使用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控制台)