querySelector 方法已过时?

querySelector method obsoleted?

我目前正在学习 querySelector 方法,惊讶地发现它被归类为过时

这里是link到screenshot

querySelector方法真的已经过时了吗?若有,原因为何?应该使用什么方法呢?

方法querySelector没有过时。过时的方法通常会在 MDN 上突出显示,并带有如下警告:

你可以在这里看到一个例子:https://developer.mozilla.org/en-US/docs/Web/API/Document/registerElement


that page. However if you look at the specs on the page for Element.querySelector, you can find a link to the spec here: https://dom.spec.whatwg.org/#dom-parentnode-queryselector

似乎还没有更新规格列表