本文介绍了在开发人员工具的DOM视图中== $ 0是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我进入开发人员工具并选择一个html元素时,会像这样在其后放置"== $ 0":.

When I'm in Developer Tools and select an html-element,it puts '== $0' behind it like this:.

这是什么意思?

推荐答案

这意味着您可以在开发人员控制台中编写 $ 0 以获得活动的DOM元素.您可以看到我提供的图像.

It means that you can write $0 in the developer console to get the active DOM element. You can see the image I have provided.

[

这篇关于在开发人员工具的DOM视图中== $ 0是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-12 01:34