This question shows research effort; it is useful and clear
-2
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我听说 id 选择器是独一无二的,因为页面上只能有一个具有特定 ID 名称的元素。在实践中,当通过 javascript 和 css 中的 id 选择元素时,这似乎根本不正确,库或浏览器似乎都不关心,是否存在具有相同 id 的多个元素的任何剩余后果,例如浏览器对此要严格得多,如果存在具有相同 id 的元素,则不会加载页面?