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 的Inspect 工具听起来像您正在寻找的东西。
此外,Web Developer 扩展在 DOM 检查方面做得很好......
查看 Firebug http://getfirebug.com
你也可以使用 Firefox DOM Inspector。在应用程序中单击左上角的图标,然后单击页面上所需的元素,它应该会自动滚动到 DOM 树中的相关节点。