gpt4 book ai didi

javascript - 在我的网站上显示脚本的值

转载 作者:行者123 更新时间:2023-12-03 01:59:47 25 4
gpt4 key购买 nike

因此,作为我的第一个项目,我尝试做一个小型彩票抽奖网站,但我无法显示 script.js 中的 winPercentage 变量在网站上。它只是保持空状态。为什么?

script.js 部分:

    var winPercentage = winCount / gameCount * 100;
document.getElementById("winPercentageID").innerHTML = winPercentage;

HTML部分:

    Your Win Percentage is : <br>
<span id = "winPercentageId"></span>

最佳答案

您的 ID winPercentageIDwinPercentageId 不匹配(大写“ID”与“Id”)

关于javascript - 在我的网站上显示脚本的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50086247/

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