gpt4 book ai didi

javascript - html标签中名称的默认值是什么

转载 作者:行者123 更新时间:2023-12-03 01:20:16 26 4
gpt4 key购买 nike

我有一个弹出模式,因为它们的 p 标签我已经为其指定了一些 id。在javascript中,我编写了一段代码来执行一些基于名称的操作。由于我没有为 p 标记指定任何名称,因此我在 JS 文件中使用了它。但我不知道它是如何工作的。下面是我的 HTML 代码和 js 代码。 JS 是否将默认名称作为 id 值?

我已经在 VisualStudio (Asp.net) 上运行了这个

<div class="modalbody">
<p id="alert"></p>
</div>

if(document.getElementsByName("alert")[0]!=undefined)
{
some actions
}

最佳答案

来自MDN Docs :

The getElementsByName method works differently in IE10 and below. There, getElementsByName() also returns elements that have an id attribute with the specified value. Be careful not to use the same string as both a name and an id.

关于javascript - html标签中名称的默认值是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51796801/

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