gpt4 book ai didi

javascript - document.all 与 document.getElementById

转载 作者:IT王子 更新时间:2023-10-29 02:59:25 28 4
gpt4 key购买 nike

什么时候应该使用 document.alldocument.getElementById

最佳答案

document.all 是 Microsoft 对 W3C 标准的专有扩展。

getElementById() 是标准的 - 使用它。

但是,考虑是否使用类似jQuery 的js 库会派上用场。例如,$("#id")getElementById() 的 jQuery 等价物。另外,您可以使用 more than just CSS3选择器。

关于javascript - document.all 与 document.getElementById,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2408424/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com