gpt4 book ai didi

javascript - 包含 .js 脚本的简单问题

转载 作者:行者123 更新时间:2023-11-30 13:09:24 25 4
gpt4 key购买 nike

我敢肯定这是您一整天都会看到的最简单的代码;我觉得就此寻求帮助很愚蠢,但我已经盯着它看了一个小时,快要发疯了,因为我不明白为什么它不起作用。

index.html

<html>
<head>
<SCRIPT type="text/javascript" src="include.js"></SCRIPT>
</head>
<body onload="test()">
<p id="center"></p>
</body>
</html>

include.js

function test()
{
document.getElementByID('center').innerHTML="testing";
}

当我在浏览器窗口中打开索引时,它只是给我一个空白页面。我尝试在 test() 函数的第一行中放置一个警报窗口,它发出了警报,所以它已经到此为止了。如果我将警报放在“测试”行之后,它就不会发生。

提前致谢。

最佳答案

替换

getElementByID

getElementById

但是你应该look at the console找到那些错误。没有这样的工具,您走不了多远。

关于javascript - 包含 .js 脚本的简单问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14466688/

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