用JavaScript制作猜数字小游戏问题求大神解答
发表在JavaWeb编程词典答疑 2016-11-29
是否精华
版块置顶:

图片1.png
用if语句制作一个如图的猜数字小游戏,求怎样能够获取输入文本框的数值并付给一个变量再去比较大小再把输出的值输出到第二个文本框。
// function run()
 {
 var numa=document.getElementsByName("num1").value;
 
   
}
//

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<script src="hanshu1.js"></script>
</head>
<body>
<script type="text/javascript" >
 var num=34;
 var anniu;
 var num2;
 
 
 document.write("请输入一个(0~99)之间的整数:");
 document.write("<input type='text' name='num1' size='5'/>");
 document.write("<input type='button' name='anniu' value='我猜' onclick='run()'/>");
 document.write("<br>");
 document.write("信息:");
 document.write("<input type='text' name='num2' size='20'/>");
 
  if(numa>num)
  document.getElementsByName("num2").value="你输入的值大了";
  else if(numa<num)
  document.getElementsByName("num2").value="你输入的值小了";
  else if(numa==num)
  alert("恭喜你猜对了!");

 
 </script>
</body>
</html>
求大神看看哪里出了问题

分享到:
精彩评论 3
1065918905
学分:223 LV4
TA的每日心情
lll
2017-09-09 17:25:11
2016-11-29
沙发

这问题太难了。。同求!!!!

silence雪
学分:378 LV5
2016-12-02
板凳

页面代码应为如下所示,可以对照自己的看一下。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>无标题文档</title>


<script type="text/javascript">

function run()

 {

 var numa = document.getElementsByName("num1")[0].value;


 if(numa>num)

  document.getElementsByName("num2")[0].value="你输入的值大了";

 else if(numa<num)

  document.getElementsByName("num2")[0].value="你输入的值小了";

 else if(numa==num)  

  alert("恭喜你猜对了!"); 

}


</script>

</head>

<body>

<script type="text/javascript" >

 var num=34;

 var anniu;

 var num2;

 

 

 document.write("请输入一个(0~99)之间的整数:");

 document.write("<input type='text' id='num1' name='num1' size='5'/>");

 document.write("<input type='button' id='anniu' name='anniu' value='我猜' onclick='run()'/>");

 document.write("<br>");

 document.write("信息:");

 document.write("<input type='text' id='num2' name='num2' size='20'/>");


 

 </script>

</body>

</html>


wcr123
学分:36 LV2
首页上一页 1 下一页尾页 3 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照