如何使用 Chrome 检查工具获取最后选择的 DOM 的 CSS 样式?

How to get the CSS Style of the last selected DOM using Chrome inspect tools?

提问人:Saddam Alam 提问时间:10/8/2023 最后编辑:Saddam Alam 更新时间:10/8/2023 访问量:11

问:

$0 用于选择最后选择的 DOM,但我想获取所选工具的 CSS 样式。 当我输入这个时,它给了我这个输出$0.style

“CSSStyleDeclaration {accentColor: '', additiveSymbols: '', alignContent: '', alignItems: '', alignSelf: '', ...}”

我只想在我使用 $0 示例访问时,它应用了任何 css 属性,例如边距、填充等<div class="my-class"></div>

DOM Google-chrome-devtools Web-Inspector 代码检查

评论


答: 暂无答案