我正在尝试创建新元素以显示Discord Bot列表的信息我正在制作
var btn = document.createElement("BUTTON");
btn.innerHTML = "Try It"
document.body.appendChild(btn);
<html>
<head>
<title>Squox Bot List</title>
<script src="script.js"></script>
<link href="style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Vast+Shadow&display=swap" rel="stylesheet">
</head>
<body>
<div class="line">
<a target="_blank" href="https://discord.gg/TUD9WPE"><img src="images/Discord.png" width="50" height="auto"></a>
<h1>Squox Bots</h1><br>
</div>
<div id="div1">
<p id="p1">This is a paragraph.</p>
<p id="p2">This is another paragraph.</p>
</div>
</body>
</html>
我一直在获取无法读取null的属性"appendChild">
当我查看来自堆栈溢出的旧问题时,我得到相同的错误
所以任何有帮助的人都要感谢
我修复了我的错误,使JS A函数在主体加载时运行