如何标记 getElementById、getElementsByTagName 或 querySelector 等函数?

发布于 2024-12-01 01:58:09 字数 1459 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

相思故 2024-12-08 01:58:09

我将它们称为元素选择器方法元素检索方法。您需要小心使用术语“选择器”,因为这是与 jQuery 结合使用的非常常见的术语。您不想误导任何人认为您正在谈论 jQuery 选择器

另外,我使用术语“方法”而不是“函数”,因为它们就是这样 在 w3c 定义

归根结底,只要您清楚地传达您的信息和/或意图,这可能就不重要了。

I would call them element selector methods or element retrieval methods. You need to be careful using the term "selector" though as that is a very common term used in conjunction with jQuery. You won't want to mislead anyone into thinking that you are talking about jQuery selectors.

Also, I used the term method instead of function because that is how they are defined at w3c.

At the end of the day, it isn't likely going to matter, as long as you clearly communicate your message and/or intent.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文