gpt4 book ai didi

javascript - document.getElementById ("xxx").name = "sample"在 firefox 中不起作用,但在 IE 中起作用

转载 作者:行者123 更新时间:2023-11-30 06:05:33 27 4
gpt4 key购买 nike

有人可以帮忙解决这个问题吗?我正在尝试动态设置元素的名称。

最佳答案

http://jsfiddle.net/gaby/5ve4g/ 上工作得很好

检查运行以下脚本

document.getElementById('xxx').name = 'some-name';
var el = document.getElementById('xxx');
alert(el.name);

如果您使用 firebug 来检查它,就会知道如果该元素没有正式的 name 属性,那么它不会显示在 DOM 中。

但是该元素现在确实具有该属性..

关于javascript - document.getElementById ("xxx").name = "sample"在 firefox 中不起作用,但在 IE 中起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5104109/

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