gpt4 book ai didi

javascript - 如何点击图片显示带有功能的图片

转载 作者:行者123 更新时间:2023-11-28 05:24:36 26 4
gpt4 key购买 nike

尝试点击magic8,但快乐、悲伤和惊讶的图片不会显示在线条下方。我做错了什么?我已将图像保存在同一文件夹中的 random.js 中。

<html>
<head>
<script type=text/javascript src="random.js">
</script>
<script>
function magicEight() {
var imgName;
imgName = RandomOneOf(["happy.gif", "sad.gif", "surprised.gif"]);
document.getElementById('outputDiv').value = imgName;
}
</script>
</head>
<body>
<div style="text-align:center">
<h1> Magic 8-ball (Mattel, Inc.) </h1>
<p> Enter a question below, then click on the Magic 8-Ball to recieve its wisdom. </p>
<input type="text" id="questionBox" size=90 value="">
<p>
<input type="image" src="http://balance3e.com/Images/8ball.gif" id="button" onclick="magicEight();">
</p>
<hr>
<div id="outputDiv"></div>
</div>
</body>
</html>

最佳答案

如果您想显示图像,您需要在 img 标签而不是 div 标签上添加 randomoneof 的值。改变它,我认为它会起作用

关于javascript - 如何点击图片显示带有功能的图片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40275046/

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