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.
如果我打开 Firefox Web Develop Web Console 并引用如下查询选择器:
document.querySelector('selector');
我想以与右键单击元素并选择“检查元素”相同的样式突出显示返回的选择器
我们应该实现该功能,但现在您可以使用 shift+f2 来调出 Firefox 命令行并键入 inspect 来做同样的事情。
此功能已落地。现在 DOMNode 可以很好地输出到 web 控制台: