我想练习一下vanilla JavaScript的基本原理,但我不明白为什么我的startGame()
函数没有定义,可能是缺少了一些基本的东西。
<button
id="start-btn"
class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
onclick="startGame()"
>
Start
</button>
下面是脚本和标记:
x一个一个一个一个x一个一个二个x
更新:我已经改变了回调问题和addEventListener问题,但是当我点击“提交”按钮时,我仍然只是得到一个页面刷新,并且没有任何页面上的元素被脚本结果更新。
1条答案
按热度按时间68bkxrlz1#
文档.getElementById(“我的Btn”).addEventListener(“点击”,显示日期);您可以使用此方法