gpt4 book ai didi

javascript - 获取 'cant read if of null'

转载 作者:行者123 更新时间:2023-12-02 15:05:21 24 4
gpt4 key购买 nike

这是 html:

<div class="nama" id="xxx"></div>

和 JavaScript :

var div = document.getElementById('xxx');
alert(div.id)

为什么我会出错?看起来对我来说很好

最佳答案

未找到该元素。

很可能是因为此代码是在 DOM 的该部分准备好之前运行的。

尝试将代码放在定义 HTML 的位置下方。

关于javascript - 获取 'cant read if of null',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35148681/

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