Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道我是否可以以某种方式访问安装了 Firebug 的 Firefox 中所有错误的列表。我试图找到一些存储它的变量或从 Firebug 控制台读取数据。不幸的是,没有运气。可能吗?如果是这样,你能给我一些提示吗?
非常感谢!
不,Firebug 控制台 API不包含任何从控制台检索信息的方法,它只有将信息推送到控制台的方法。