欢迎光临「金点文库网」分享知识创造价值!
你好!请登录

水上飞机教学反思JSP实现猜数字游戏郭富城唱这歌

4646次浏览 |396点赞 | 310评论 | 2021-01-01 03:46 更新
来源 :互联网
最佳文档
本文由作者推荐

正月十五元宵节-雪诗句

2021年1月1日发(作者:湛贲)


登陆界面:
<%@ page language= contentType=
charset=UTF-8
pageEncoding=%>
TransitionalEN
>


charset=UTF-8>
欢迎来到猜数字游戏<title> <br><head> <br><body background= > <br><style type=> <br>h1{color:#A0795A; <br> font-size:40pt; <br> <br> <br> } <br> <br><style> </p><p><br><img src=> <br><!--生成随机数 --> <br><% <br>*给count清空 * <br> if(ribute()!=null){ <br> date(); <br> } <br> int random=(int)(()*100+1); <br> ribute(, random); <br> (随机数 +random); <br> ribute(, 1); <br> <br>%> <br> <br><center> <br> <br><h1>猜数字<h1> <br><br> <br><br> <br><form > <br><button type= name= <br>onclick=font >< </p><p><br>size= face=<br>楷体<br> color=>开始游戏<br><font><button> <br> <br> <br><button type= name= <br>onclick= ><font <br>size= face=<br>楷体<br> color=>游戏说明<br><font><button> <br> <br><form> <br><br> <br><br> <br> <br><center> <br> <br><html> <br> <br> <br>游戏介绍: <br> <br> <br><%@ page language= contentType=</p><p><br>charset=UTF-8 <br> pageEncoding=%> <br><!DOCTYPE html PUBLIC <br>TransitionalEN <br>> <br><html> <br><head> <br><meta http-equiv= content=<br>charset=UTF-8> <br><title>游戏说明<title> <br><script type=> <br>function restart() { <br> on(); <br> <br>}<script> <br><head> <br><body background= > <br><style type=> <br>h1{ <br> color:#FD5183; <br> font-size:40pt; <br> font-style:inherit; </p><p><br>} <br> <br> <br><style> <br><%if(ribute()!=null){ <br> date(); <br> ( <br>} %> <br><center> <br><h1>猜数字游戏说明<br><h1> <br> <br><font color= size=>点击开始游戏进入游戏界面<br> <br>输入你所猜的数字,游戏会提示你所猜的数字与正确数字的大小<br><br> <br>你有五次猜数字的机会,若五次都未猜中,则游戏失败<br> <br><br> <br><br> <br><button type= name= <br>onclick= ><font <br>size= face=<br>楷体<br> color=>返回开始游戏<br><font><button> <br> <!-- <input type=返回开始</p><p><br>游戏onclick=--> <br> <br> <center> <br><font> <br> <br> <br><html> <br> <br><%@ page language= contentType=<br>charset=UTF-8 <br> pageEncoding=%> <br><!DOCTYPE html PUBLIC <br>TransitionalEN <br>> <br><html> <br><head> <br><meta http-equiv= content=<br>charset=UTF-8> <br><title>猜数字啦<title> <br><script type=> <br>*判断输入的值是否为空和是否在1~100之间 * <br>function check(){ </p><p><br> <br> var num0 = mentById().value; <br> <br> <br> if(!check1(num0)){ <br> alert(请输入数字!); <br> <br> return false; <br> } <br> if(!check2(num0)){ <br> alert(请输入1~100间的数字!); <br> return false; <br> } <br>} <br> <br>function check1(num){ <br> if(num==null||isNaN(num)){ <br> return false; <br> } <br> return true; <br>} <br>function check2(num){ </p><p><br> if(num>100||num<1){ <br> return false; <br> } <br> return true; <br>} <br> <br> <br> <br><script> <br><head> <br><body background=> <br><% String message = <br>(String)ribute(); %> <br><center><font size= face=<br>宋体<br>>欢迎进入游戏<br><font><center> <br><br> <br><br> <br><br> <br><br> <br><form <br>action=$${tPath}Control <br>method= name=form1 > </p><p><br><center><font size= face=<br>宋体<br>>请输入一个1~100之间<br>的数字:<font> <br><input type=name= id = size=8> <br><input type= name= value=<br>提交<br> <br>onclick=> <br><center> <br><br> <br><br> <br><mip-img data-carousel="carousel" class="mip-element mip-img" src="" alt=""></mip-img> <br><table width= height= border= <br>align=> <br><% <br> String <br>c=ribute().toString(); <br> int count = nt(c); <br> ( <br> if(count != 1){ <br> for(int i= 1;i <= count-1;i++){ <br> %> <br> <tr> <br> <td> </p><p><br> <% <br> (这是第+i+次猜数字); <br> %> <br> <td> <br> <td> <br> <% <br> String num = <br>ribute(+i).toString(); <br> ( <br> (您猜的数字是+num); <br> <br> <br> %> <br> <td> <br> <td> <br> <% <br> String result = <br>ribute(+i).toString(); <br> (提示 +result); <br> <br> %> <br> <td> </p><p><br> <tr> <br> <% } <br> } <br> <br> %> <br> <br><table> <br> <br><form> <br> <br> <br><html> <br>成功界面 <br><%@ page language= contentType=<br>charset=UTF-8 <br> pageEncoding=%> <br><!DOCTYPE html PUBLIC <br>TransitionalEN <br>> <br><html> <br><head> <br><meta http-equiv= content=</p><p><br>charset=UTF-8> <br><title>Insert title here<title> <br><script type=> <br>function restart() { <br> on(); <br> <br>}<script> <br> <br><head> <br><body background=> <br><center> <br><h2><font size= face=<br>楷体<br> color=>恭喜你,<br>猜对啦^_^<font><h2> <br><br> <br> <br><br> <br><br> <br><img src= align=> <br><img src= align=> <br><button type= onclick= ><font <br>size= face=<br>宋体<br> color=>重新开始<br><font><button> </p><p><br> <br><center> <br> <br> <br><html> <br> <br> <br>失败界面: <br> <br> <br><%@ page language= contentType=<br>charset=UTF-8 <br> pageEncoding=%> <br> <br><!DOCTYPE html PUBLIC <br>TransitionalEN <br>> <br><html> <br><head> <br><meta http-equiv= content=<br>charset=UTF-8> <br><title>Fail!<title> <br><script type=> </p><p><br>function restart() { <br> on(); <br> <br>}<script> <br><head> <br><body background=> <br> <br><center> <br> <br><h1><font size= face=<br>宋体<br> color=>好可惜,<br>没有猜对#^_^:<font><h1> <br> <br><img alt= src= align=> <br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><button type= onclick=><font <br>size= face=<br>宋体<br> color=>再来一次<br><font><button> </p><p><br><center> <br> <br> <br><html> <br>控制层: <br>package Controller; <br> <br>import ption; <br> <br>import tDispatcher; <br>import tException; <br>import vlet; <br>import rvlet; <br>import rvletRequest; <br>import rvletResponse; <br>import ssion; <br>import tion; <br>import n; <br> <br>import er; <br> <br>** <br> * Servlet implementation class Control <br> * <br>@WebServlet(<br>public class Control extends HttpServlet { <br> private static final long serialVersionUID = 1L; <br> ** <br> * @see HttpServlet#HttpServlet() <br> * <br> public Control() { <br> super(); <br> TODO Auto-generated constructor stub <br> } <br> <br> ** <br> * @see HttpServlet#doGet(HttpServletRequest request, HttpServletResponse <br>response) <br> * </p><p><br> protected void doGet(HttpServletRequest request, HttpServletResponse response) <br>throws ServletException, IOException { <br> TODO Auto- generated method stub <br> test(request, response); <br> } <br> ** <br> * @see HttpServlet#doPost(HttpServletRequest request, HttpServletResponse <br>response) <br> * <br> protected void doPost(HttpServletRequest request, HttpServletResponse response) <br>throws ServletException, IOException { <br> test(request, response); <br> } <br> protected void test(HttpServletRequest request, HttpServletResponse response) <br>throws ServletException, IOException { <br> TODO Auto- generated method stub <br> 得到输入的值 <br> String s=ameter(<br> int number=nt(s); <br> 得到随机数 <br> String random=sion().getAttribute(<br> 将随机数转换成int型 <br> int random_num=nt(random); <br> 获取次数 <br> String c =sion().getAttribute(<br> int count = nt(c); <br> count++; <br> <br> Computer computer=new Computer(); <br> int oper=e(request, response, number, random_num); <br>调用方法获得比较的结果 <br> <br> <br> 跳转界面 <br> if(oper==0){ <br> direct(<br> <br> sion().invalidate(); <br> <br> } <br> <br> else{ <br> 第五次没猜对,游戏结束 <br> if(count>5){ </p><p><br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> } <br> } <br>} <br> direct(<br> <br> sion().invalidate(); <br> } <br> else{ <br> <br> if(oper==1){ <br> direct(<br> <br> sion().setAttribute(<br> } <br> else if(oper==-1){ <br> direct(<br> <br> sion().setAttribute(<br> <br> } <br> <br> } <br>模型层: <br>package Model; <br> <br>import rvletRequest; <br>import rvletResponse; <br> <br>public class Computer { <br> <br> public int compute(HttpServletRequest request, HttpServletResponse response,int <br>number,int random){ <br> 获取count值 <br> String c = sion().getAttribute(<br> int count = nt(c); <br> <br> 判断输入的值与随机数的大小 <br> if(count<6){ <br> <br> if(number==random){ <br> return 0; <br> <br> }else{ </p><p><br> if(number>random){ <br> sion().setAttribute(猜大了<br> <br> sion().setAttribute(<br>保存num <br> <br> return 1; <br> }else if(number<random){ <br> <br> <br>保存num <br> <br> <br> } <br> <br> <br> } <br> <br> <br> } <br> <br> return 3; <br> <br> } <br> <br> <br>} <br>sion().setAttribute(猜小了<br> sion().setAttribute(<br> <br>return -1; </p> <p><h2>超时空同居豆瓣-诚信的名言警句</h2></p><mip-img src="/uploads/image/0710.jpg" alt="JSP实现猜数字游戏"/></mip-img> </br> <p><h2>星星闪烁-十年奶奶</h2></p><mip-img src="/uploads/image/0565.jpg" alt="JSP实现猜数字游戏"/></mip-img> </br> <p><h2>专业工作经历-英语写作能力的培养</h2></p><mip-img src="/uploads/image/0178.jpg" alt="JSP实现猜数字游戏"/></mip-img> </br> <p><h2>小时青青腹中空-满江红岳飞</h2></p><mip-img src="/uploads/image/0023.jpg" alt="JSP实现猜数字游戏"/></mip-img> </br> <p><h2>主板风扇-大学生心理健康测试题</h2></p><mip-img src="/uploads/image/0418.jpg" alt="JSP实现猜数字游戏"/></mip-img> </br> <p><h2>黄渤电影杀生-理财计划</h2></p><mip-img src="/uploads/image/0903.jpg" alt="JSP实现猜数字游戏"/></mip-img> </br> <p><h2>感恩季-梅兰竹菊的含义</h2></p><mip-img src="/uploads/image/0119.jpg" alt="JSP实现猜数字游戏"/></mip-img> </br> <p><h2>膜拜是什么意思-周立波语录</h2></p><mip-img src="/uploads/image/0689.jpg" alt="JSP实现猜数字游戏"/></mip-img> </br> </div> <div class="fenye"> </div> </div> <div class="news2"> <div class="lmleft"> <ul> <li><a href='https://www.jindyey.com/plus-50.html'>小学</a></li> <li><a href='https://www.jindyey.com/plus-51.html'>中学</a></li> <li><a class='hover' href='https://www.jindyey.com/plus-52.html'>高等教育</a></li> <div class="clear"></div> </ul> </div> <div class="xgwz"> <div class="rqhot_left"> <ul> <li> <em><a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773313.html" target="_blank">人际交往:高等教育中的人际关系建立</a></em> <span></span> <a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773313.html" target="_blank"><mip-img src="/images/defaultpic.gif" alt="人际交往:高等教育中的人际关系建立"/></mip-img></a> </li> </ul> <dl> <dd><a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773312.html" target='_blank'>在校园中成长:高等教育的个人发展</a></dd> <dd><a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773311.html" target='_blank'> 独立思考:高等教育培养批判性思维</a></dd> <dd><a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773310.html" target='_blank'>社会责任:高等教育与社会公益</a></dd> <dd><a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773309.html" target='_blank'>高等教育的挑战:应对学术压力</a></dd> </dl> </div> <div class="rqhot_left"> <ul> <li> <em><a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773308.html" target="_blank">全方位发展:高等教育中的课外活动</a></em> <span></span> <a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773308.html" target="_blank"><mip-img src="/images/defaultpic.gif" alt="全方位发展:高等教育中的课外活动"/></mip-img></a> </li> </ul> <dl> <dd><a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773307.html" target='_blank'>世界舞台:国际化的高等教育体验</a></dd> <dd><a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773306.html" target='_blank'>掌握技能:高等教育与职业发展</a></dd> <dd><a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773305.html" target='_blank'>创新的摇篮:高等教育培养创造力</a></dd> <dd><a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773304.html" target='_blank'>高等教育的价值:为未来投资</a></dd> </dl> </div> <div class="rqhot_left"> <ul> <li> <em><a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773303.html" target="_blank">学术之旅:高等教育的挑战与机遇</a></em> <span></span> <a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773303.html" target="_blank"><mip-img src="/images/defaultpic.gif" alt="学术之旅:高等教育的挑战与机遇"/></mip-img></a> </li> </ul> <dl> <dd><a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773302.html" target='_blank'>探索专业道路:选择合适的学科领域</a></dd> <dd><a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773301.html" target='_blank'>追求知识的殿堂:高等教育的重要性</a></dd> <dd><a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773300.html" target='_blank'>升学大计:如何为高等教育做准备</a></dd> <dd><a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773299.html" target='_blank'>进入高等教育的门槛:选择大学的要点</a></dd> </dl> </div> </div> </div> </div> <div class="right"> <div class="zuozhe"> <div class="zuozhe_tag"> 文档作者 </div> <div class="zuozhe_tu"> <mip-img src="/images/face7.jpeg"/></mip-img> </div> <div class="zuozhe_mc"> <span>别妄想泡我 </span> </div> <div class="zuozhe_mc"> 禧 珙 丶 怼 舂 </div> </div> <div class="right_ph"> <h2 class="lmright_tit">您可能关注的内容</h2> <div class="right_b3"> <ul> <li> <span class="djph_01">1</span> <p class="djph_02"> <a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773313.html" target='_blank'>人际交往:高等教育中的人际关系建立</a> </p> </li> <li> <span class="djph_01">2</span> <p class="djph_02"> <a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773312.html" target='_blank'>在校园中成长:高等教育的个人发展</a> </p> </li> <li> <span class="djph_01">3</span> <p class="djph_02"> <a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773311.html" target='_blank'> 独立思考:高等教育培养批判性思维</a> </p> </li> <li> <span class="djph_01">4</span> <p class="djph_02"> <a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773310.html" target='_blank'>社会责任:高等教育与社会公益</a> </p> </li> <li> <span class="djph_01">5</span> <p class="djph_02"> <a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773309.html" target='_blank'>高等教育的挑战:应对学术压力</a> </p> </li> <li> <span class="djph_01">6</span> <p class="djph_02"> <a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773308.html" target='_blank'>全方位发展:高等教育中的课外活动</a> </p> </li> <li> <span class="djph_01">7</span> <p class="djph_02"> <a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773307.html" target='_blank'>世界舞台:国际化的高等教育体验</a> </p> </li> <li> <span class="djph_01">8</span> <p class="djph_02"> <a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773306.html" target='_blank'>掌握技能:高等教育与职业发展</a> </p> </li> <li> <span class="djph_01">9</span> <p class="djph_02"> <a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773305.html" target='_blank'>创新的摇篮:高等教育培养创造力</a> </p> </li> <li> <span class="djph_01">10</span> <p class="djph_02"> <a href="https://www.jindyey.com/a/xiaoxue/gaodengjiaoyu/2023/0516/773304.html" target='_blank'>高等教育的价值:为未来投资</a> </p> </li> </ul> </div> <div class="clear"> </div> </div> <div class="rdzz"> <h2 class="lmright_tit">为你推荐</h2> <ul> <li> <a href="https://www.jindyey.com/772747.html" target="_blank"> <p> <mip-img src="/uploads/image/0821.jpg" alt="二年级奥数:《趣味乘法》"/></mip-img> </p> <span>二年级奥数:《趣味乘法》</span> </a> </li> <li> <a href="https://www.jindyey.com/772744.html" target="_blank"> <p> <mip-img src="/uploads/image/0330.jpg" alt="2013江西省中小学生网络安全考试答案2"/></mip-img> </p> <span>2013江西省中小学生网络安全考试答案2</span> </a> </li> <li> <a href="https://www.jindyey.com/772742.html" target="_blank"> <p> <mip-img src="/uploads/image/0681.jpg" alt="小学六年级奥数趣味学习——趣题巧解"/></mip-img> </p> <span>小学六年级奥数趣味学习——趣题巧解</span> </a> </li> <li> <a href="https://www.jindyey.com/772741.html" target="_blank"> <p> <mip-img src="/uploads/image/0879.jpg" alt="部编版小学三年级语文同步阅读"/></mip-img> </p> <span>部编版小学三年级语文同步阅读</span> </a> </li> <div class="clear"> </div> </ul> </div> <div> <div class="tagtags"> <dl class="function" id="divhottag"> <dt class="function_t">热门标签</dt> <dd class="function_c"> <ul> <li><a href="https://www.jindyey.com/tags.php?/%5Bdb%3ATAG%5D/" class="tag-link-3214" title="[db:TAG]" style="font-size: 12px;">[db:TAG]</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E6%A0%87%E9%A2%98/" class="tag-link-3214" title="标题" style="font-size: 12px;">标题</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%B0%8F%E5%AD%A6%E8%8B%B1%E8%AF%AD4%E5%B9%B4%E7%BA%A7/" class="tag-link-3214" title="小学英语4年级" style="font-size: 12px;">小学英语4年级</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%BF%86%E8%AF%BB%E4%B9%A6%E7%AD%94%E6%A1%88/" class="tag-link-3214" title="忆读书答案" style="font-size: 12px;">忆读书答案</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E6%95%B4%E9%99%A4/" class="tag-link-3214" title="整除" style="font-size: 12px;">整除</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E7%99%BE%E9%83%A8%E7%BB%8F%E5%85%B8%E7%94%B5%E5%BD%B1/" class="tag-link-3214" title="百部经典电影" style="font-size: 12px;">百部经典电影</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E7%AB%A5%E8%AF%9D/" class="tag-link-3214" title="童话" style="font-size: 12px;">童话</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E9%AB%98%E5%B0%9A%E7%9A%84%E8%A1%8C%E4%B8%BA/" class="tag-link-3214" title="高尚的行为" style="font-size: 12px;">高尚的行为</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E8%B6%A3%E5%91%B3%E6%95%B0%E5%AD%A6%E6%B8%B8%E6%88%8F/" class="tag-link-3214" title="趣味数学游戏" style="font-size: 12px;">趣味数学游戏</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E4%B9%98%E6%B3%95%E7%BB%93%E5%90%88%E5%BE%8B/" class="tag-link-3214" title="乘法结合律" style="font-size: 12px;">乘法结合律</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E4%B8%83%E6%A1%A5%E9%97%AE%E9%A2%98%E7%AD%94%E6%A1%88/" class="tag-link-3214" title="七桥问题答案" style="font-size: 12px;">七桥问题答案</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%B0%8F%E5%AD%A6%E6%95%B0%E5%AD%A6%E5%85%AC%E5%BC%8F/" class="tag-link-3214" title="小学数学公式" style="font-size: 12px;">小学数学公式</a></li> <li><a href="https://www.jindyey.com/tags.php?/tonghua/" class="tag-link-3214" title="tonghua" style="font-size: 12px;">tonghua</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E4%BB%80%E4%B9%88%E8%B7%AF%E4%B8%8D%E8%83%BD%E8%B5%B0/" class="tag-link-3214" title="什么路不能走" style="font-size: 12px;">什么路不能走</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E8%A7%82%E5%AF%9F%E6%97%A5%E8%AE%B0300%E5%AD%97/" class="tag-link-3214" title="观察日记300字" style="font-size: 12px;">观察日记300字</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E6%B4%BB%E7%89%88%E7%BB%83%E4%B9%A0%E9%A2%98/" class="tag-link-3214" title="活版练习题" style="font-size: 12px;">活版练习题</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E7%A7%8B%E8%89%B2%E5%AE%9C%E4%BA%BA/" class="tag-link-3214" title="秋色宜人" style="font-size: 12px;">秋色宜人</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E8%8B%B1%E8%AF%AD%E6%95%99%E5%AD%A6%E8%AE%A1%E5%88%92/" class="tag-link-3214" title="英语教学计划" style="font-size: 12px;">英语教学计划</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%BF%85%E5%A4%87%E5%8F%A4%E8%AF%97/" class="tag-link-3214" title="必备古诗" style="font-size: 12px;">必备古诗</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E7%89%9B%E5%90%83%E8%8D%89%E9%97%AE%E9%A2%98/" class="tag-link-3214" title="牛吃草问题" style="font-size: 12px;">牛吃草问题</a></li> <li><a href="https://www.jindyey.com/tags.php?/72%E5%B0%8F%E6%97%B6%E6%89%93%E4%B8%80%E5%AD%97/" class="tag-link-3214" title="72小时打一字" style="font-size: 12px;">72小时打一字</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E9%97%AE%E9%A2%98%E9%B8%A1%E8%9B%8B/" class="tag-link-3214" title="问题鸡蛋" style="font-size: 12px;">问题鸡蛋</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%90%8D%E4%BA%BA%E6%88%90%E9%95%BF%E6%95%85%E4%BA%8B/" class="tag-link-3214" title="名人成长故事" style="font-size: 12px;">名人成长故事</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%8C%97%E4%BA%BA%E9%A3%9F%E8%8F%B1/" class="tag-link-3214" title="北人食菱" style="font-size: 12px;">北人食菱</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E6%95%B0%E5%AD%A6%E5%B0%8F%E8%AE%BA%E6%96%87/" class="tag-link-3214" title="数学小论文" style="font-size: 12px;">数学小论文</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E8%B5%B0%E9%A9%AC%E8%A7%81%E8%AF%B8%E8%91%9B/" class="tag-link-3214" title="走马见诸葛" style="font-size: 12px;">走马见诸葛</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E9%BB%84%E5%B1%B1%E5%A5%87%E7%9F%B3%E8%AF%BE%E6%96%87/" class="tag-link-3214" title="黄山奇石课文" style="font-size: 12px;">黄山奇石课文</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%B0%86%E5%BF%83%E6%AF%94%E5%BF%83%E8%AF%BE%E6%96%87/" class="tag-link-3214" title="将心比心课文" style="font-size: 12px;">将心比心课文</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%85%B0%E5%85%B0%E8%BF%87%E6%A1%A5/" class="tag-link-3214" title="兰兰过桥" style="font-size: 12px;">兰兰过桥</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E4%B8%80%E9%9D%A2%E8%AF%BE%E6%96%87/" class="tag-link-3214" title="一面课文" style="font-size: 12px;">一面课文</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E7%85%AE%E4%B9%A6/" class="tag-link-3214" title="煮书" style="font-size: 12px;">煮书</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E4%B8%AD%E5%8D%8E%E5%B0%91%E5%B9%B4%E8%AF%BE%E6%96%87/" class="tag-link-3214" title="中华少年课文" style="font-size: 12px;">中华少年课文</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E7%99%BD%E6%9D%A8%E8%AF%BE%E6%96%87/" class="tag-link-3214" title="白杨课文" style="font-size: 12px;">白杨课文</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E6%95%B0%E5%88%97/" class="tag-link-3214" title="数列" style="font-size: 12px;">数列</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E4%B8%80%E8%88%AC%E5%B0%86%E6%9D%A5%E6%97%B6%E6%80%81/" class="tag-link-3214" title="一般将来时态" style="font-size: 12px;">一般将来时态</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%B0%8F%E5%AD%A6%E4%BD%9C%E6%96%87%E6%8C%87%E5%AF%BC/" class="tag-link-3214" title="小学作文指导" style="font-size: 12px;">小学作文指导</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%B0%8F%E7%8B%AE%E5%AD%90%E7%88%B1%E5%B0%94%E8%8E%8E/" class="tag-link-3214" title="小狮子爱尔莎" style="font-size: 12px;">小狮子爱尔莎</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E6%99%8F%E5%AD%90%E8%BE%9E%E5%8D%83%E9%87%91/" class="tag-link-3214" title="晏子辞千金" style="font-size: 12px;">晏子辞千金</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%9B%BD%E5%BA%86%E4%B8%93%E9%A2%98/" class="tag-link-3214" title="国庆专题" style="font-size: 12px;">国庆专题</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E8%80%83%E8%AF%95%E9%A2%98/" class="tag-link-3214" title="考试题" style="font-size: 12px;">考试题</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%B0%8F%E5%AD%A6%E8%8B%B1%E8%AF%AD%E8%AE%BA%E6%96%87/" class="tag-link-3214" title="小学英语论文" style="font-size: 12px;">小学英语论文</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%8C%97%E5%B8%88%E5%A4%A7%E7%89%88%E6%95%99%E6%9D%90/" class="tag-link-3214" title="北师大版教材" style="font-size: 12px;">北师大版教材</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E4%B8%80%E7%89%87%E7%BB%BF%E8%8D%89%E5%9C%B0/" class="tag-link-3214" title="一片绿草地" style="font-size: 12px;">一片绿草地</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E6%95%B4%E6%95%B0/" class="tag-link-3214" title="整数" style="font-size: 12px;">整数</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E8%B6%A3%E5%91%B3%E6%95%B0%E5%AD%A6%E6%95%85%E4%BA%8B/" class="tag-link-3214" title="趣味数学故事" style="font-size: 12px;">趣味数学故事</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E8%AF%B4%E8%AF%BE%E7%A8%BF%E8%8C%83%E6%96%87/" class="tag-link-3214" title="说课稿范文" style="font-size: 12px;">说课稿范文</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E8%B5%B0%E9%A9%AC%E8%8D%90%E8%AF%B8%E8%91%9B/" class="tag-link-3214" title="走马荐诸葛" style="font-size: 12px;">走马荐诸葛</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E6%8E%92%E5%88%97%E7%BB%84%E5%90%88%E9%97%AE%E9%A2%98/" class="tag-link-3214" title="排列组合问题" style="font-size: 12px;">排列组合问题</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E6%95%99%E5%AD%A6%E8%AF%BE%E4%BB%B6/" class="tag-link-3214" title="教学课件" style="font-size: 12px;">教学课件</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E6%96%9C%E5%A1%94%E4%B8%8A%E7%9A%84%E5%AE%9E%E9%AA%8C/" class="tag-link-3214" title="斜塔上的实验" style="font-size: 12px;">斜塔上的实验</a></li> <li><a href="https://www.jindyey.com/tags.php?/5%E5%B9%B4%E7%BA%A7%E4%B8%8A%E5%86%8C%E8%8B%B1%E8%AF%AD/" class="tag-link-3214" title="5年级上册英语" style="font-size: 12px;">5年级上册英语</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%9B%9B%E5%88%99%E6%B7%B7%E5%90%88%E8%BF%90%E7%AE%97/" class="tag-link-3214" title="四则混合运算" style="font-size: 12px;">四则混合运算</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%9B%9B%E5%88%99%E8%BF%90%E7%AE%97%E6%95%99%E6%A1%88/" class="tag-link-3214" title="四则运算教案" style="font-size: 12px;">四则运算教案</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E4%B8%89%E5%B3%A1%E4%B9%8B%E7%A7%8B/" class="tag-link-3214" title="三峡之秋" style="font-size: 12px;">三峡之秋</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%AD%A6%E4%B9%A0%E4%B9%A0%E6%83%AF/" class="tag-link-3214" title="学习习惯" style="font-size: 12px;">学习习惯</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E6%95%B0%E5%AD%A6%E8%B6%A3%E5%91%B3%E6%95%85%E4%BA%8B/" class="tag-link-3214" title="数学趣味故事" style="font-size: 12px;">数学趣味故事</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E9%B8%A1%E5%85%94%E5%90%8C%E7%AC%BC%E5%85%AC%E5%BC%8F/" class="tag-link-3214" title="鸡兔同笼公式" style="font-size: 12px;">鸡兔同笼公式</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%88%86%E6%95%B0%E5%BA%94%E7%94%A8%E9%A2%98/" class="tag-link-3214" title="分数应用题" style="font-size: 12px;">分数应用题</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E8%A7%92%E7%9A%84%E5%88%86%E7%B1%BB/" class="tag-link-3214" title="角的分类" style="font-size: 12px;">角的分类</a></li> <li><a href="https://www.jindyey.com/tags.php?/6%E5%B9%B4%E7%BA%A7%E4%B8%8A%E5%86%8C%E8%8B%B1%E8%AF%AD/" class="tag-link-3214" title="6年级上册英语" style="font-size: 12px;">6年级上册英语</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E8%AE%A1%E7%AE%97%E5%85%AC%E5%BC%8F/" class="tag-link-3214" title="计算公式" style="font-size: 12px;">计算公式</a></li> <li><a href="https://www.jindyey.com/tags.php?/50%E4%BB%A5%E5%86%85%E7%9A%84%E5%8F%A3%E7%AE%97%E9%A2%98/" class="tag-link-3214" title="50以内的口算题" style="font-size: 12px;">50以内的口算题</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E8%A1%A1%E5%B7%9E%E6%96%B0%E5%AD%A6%E8%AE%B0/" class="tag-link-3214" title="衡州新学记" style="font-size: 12px;">衡州新学记</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E6%95%B0%E7%8B%AC4%E5%AE%AB%E6%A0%BC/" class="tag-link-3214" title="数独4宫格" style="font-size: 12px;">数独4宫格</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E4%B9%98%E6%B3%95%E5%85%AC%E5%BC%8F%E5%B0%8F%E5%AD%A6/" class="tag-link-3214" title="乘法公式小学" style="font-size: 12px;">乘法公式小学</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%88%A9%E7%8E%87%E7%9A%84%E5%85%AC%E5%BC%8F/" class="tag-link-3214" title="利率的公式" style="font-size: 12px;">利率的公式</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%AD%A6%E5%BC%88%E8%AF%BE%E6%96%87/" class="tag-link-3214" title="学弈课文" style="font-size: 12px;">学弈课文</a></li> <li><a href="https://www.jindyey.com/tags.php?/10%E4%BB%A5%E5%86%85%E5%8A%A0%E6%B3%95%E5%8F%A3%E8%AF%80/" class="tag-link-3214" title="10以内加法口诀" style="font-size: 12px;">10以内加法口诀</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E7%94%B5%E5%AD%90%E4%B9%A6%E8%AF%BE%E6%9C%AC/" class="tag-link-3214" title="电子书课本" style="font-size: 12px;">电子书课本</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E8%AF%AD%E6%96%87%E6%95%B0%E5%AD%A6%E8%BE%85%E5%AF%BC/" class="tag-link-3214" title="语文数学辅导" style="font-size: 12px;">语文数学辅导</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E7%9A%84%E6%A3%8B%E7%9B%98/" class="tag-link-3214" title="的棋盘" style="font-size: 12px;">的棋盘</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E4%B9%98%E6%B3%95%E5%8F%A3%E7%AE%97100%E9%A2%98/" class="tag-link-3214" title="乘法口算100题" style="font-size: 12px;">乘法口算100题</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%AE%B9%E7%A7%AF%E7%9A%84%E5%85%AC%E5%BC%8F/" class="tag-link-3214" title="容积的公式" style="font-size: 12px;">容积的公式</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E8%8D%89%E8%88%B9%E5%80%9F%E7%AE%AD%E5%8E%9F%E6%96%87/" class="tag-link-3214" title="草船借箭原文" style="font-size: 12px;">草船借箭原文</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E6%95%B0%E5%AD%A6%E5%AE%B6%E6%89%8B%E6%8A%84%E6%8A%A5/" class="tag-link-3214" title="数学家手抄报" style="font-size: 12px;">数学家手抄报</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E6%97%A5%E8%AE%B030/" class="tag-link-3214" title="日记30" style="font-size: 12px;">日记30</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E7%A9%B7%E4%BA%BA%E8%AF%BE%E6%96%87%E5%8E%9F%E6%96%87/" class="tag-link-3214" title="穷人课文原文" style="font-size: 12px;">穷人课文原文</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%9B%9B%E4%B8%8A/" class="tag-link-3214" title="四上" style="font-size: 12px;">四上</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E7%A5%9E%E7%AC%94%E9%A9%AC%E8%89%AF%E4%BD%9C%E8%80%85/" class="tag-link-3214" title="神笔马良作者" style="font-size: 12px;">神笔马良作者</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E4%BA%94%E5%B9%B4%E7%BA%A7%E6%96%B9%E7%A8%8B%E9%A2%98/" class="tag-link-3214" title="五年级方程题" style="font-size: 12px;">五年级方程题</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E8%8B%B1%E8%AF%AD%E4%B8%8B%E5%86%8C/" class="tag-link-3214" title="英语下册" style="font-size: 12px;">英语下册</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%85%83%E8%A7%92%E5%88%86%E7%BB%83%E4%B9%A0%E9%A2%98/" class="tag-link-3214" title="元角分练习题" style="font-size: 12px;">元角分练习题</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%B0%8F%E5%AD%A6%E5%8D%95%E8%AF%8D/" class="tag-link-3214" title="小学单词" style="font-size: 12px;">小学单词</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E4%BA%94%E5%B9%B4%E7%BA%A7%E8%8B%B1%E8%AF%AD%E4%B8%8B/" class="tag-link-3214" title="五年级英语下" style="font-size: 12px;">五年级英语下</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E7%AC%8B%E8%8A%BD%E5%84%BF%E8%AF%BE%E6%96%87/" class="tag-link-3214" title="笋芽儿课文" style="font-size: 12px;">笋芽儿课文</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%8A%A0%E6%B3%95%E5%85%AC%E5%BC%8F/" class="tag-link-3214" title="加法公式" style="font-size: 12px;">加法公式</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%92%8C%E5%B7%AE%E5%80%8D%E9%97%AE%E9%A2%98/" class="tag-link-3214" title="和差倍问题" style="font-size: 12px;">和差倍问题</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E6%95%B0%E5%AD%A6%E6%88%90%E8%AF%AD/" class="tag-link-3214" title="数学成语" style="font-size: 12px;">数学成语</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E7%8B%AE%E5%AD%90%E5%92%8C%E9%B9%BF%E8%AF%BE%E6%96%87/" class="tag-link-3214" title="狮子和鹿课文" style="font-size: 12px;">狮子和鹿课文</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E6%95%B0%E5%AD%A6ppt/" class="tag-link-3214" title="数学ppt" style="font-size: 12px;">数学ppt</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E8%AF%AD%E6%96%87%E4%B9%A6/" class="tag-link-3214" title="语文书" style="font-size: 12px;">语文书</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E8%B6%A3%E5%91%B3%E6%95%B0%E5%AD%A6100%E9%A2%98/" class="tag-link-3214" title="趣味数学100题" style="font-size: 12px;">趣味数学100题</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%85%AD%E5%B9%B4%E7%BA%A7%E8%AF%AD%E6%96%87%E4%B8%8A/" class="tag-link-3214" title="六年级语文上" style="font-size: 12px;">六年级语文上</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%B0%8F%E5%AD%A6%E7%94%9F%E8%8B%B1%E6%96%87/" class="tag-link-3214" title="小学生英文" style="font-size: 12px;">小学生英文</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E7%AD%89%E5%B7%AE/" class="tag-link-3214" title="等差" style="font-size: 12px;">等差</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E6%8D%A2%E5%85%83%E6%B3%95/" class="tag-link-3214" title="换元法" style="font-size: 12px;">换元法</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%8F%96%E6%95%B4/" class="tag-link-3214" title="取整" style="font-size: 12px;">取整</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E8%A3%82%E9%A1%B9%E5%85%AC%E5%BC%8F/" class="tag-link-3214" title="裂项公式" style="font-size: 12px;">裂项公式</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E5%B0%8F%E5%AD%A6%E7%94%9F%E4%B8%89%E5%B9%B4%E7%BA%A7/" class="tag-link-3214" title="小学生三年级" style="font-size: 12px;">小学生三年级</a></li> <li><a href="https://www.jindyey.com/tags.php?/%E9%9D%92%E8%9B%99%E5%86%99%E8%AF%97%E8%AF%BE%E6%96%87/" class="tag-link-3214" title="青蛙写诗课文" style="font-size: 12px;">青蛙写诗课文</a></li> </ul> </dd> </dl> </div> </div> </div> </div> </div> <div class="bottom_bg"> <div class="bottom_a"> 扩展资料: <a href="/" target="_blank">首 页</a> | <a href='https://www.jindyey.com/plus-44.html' target="_blank">实用模版</a> | <a href='https://www.jindyey.com/plus-49.html' target="_blank">基础教育</a> | <a href='https://www.jindyey.com/plus-53.html' target="_blank">互联网</a> | <a href='https://www.jindyey.com/plus-59.html' target="_blank">生活娱乐</a> | <a href='https://www.jindyey.com/tiyuzixun/' target="_blank">体育资讯</a> | <a href='https://www.jindyey.com/shuzihuobi/' target="_blank">数字货币</a> |<a href='https://www.jindyey.com/tags.php' target='_blank'>tag地图</a> |<a href="https://beian.miit.gov.cn/" rel="nofollow">沪ICP备2024045114号-93</a> </div> <div class="bottom_c"> 免责声明:「金点文库网」分享知识创造价值所有文字、图片、视频、音频等资料均来自互联网,不代表本站赞同其观点,内容仅代表作者本人意见,若因此产生任何纠纷作者本人负责,本站亦不为其版权负责! 如有问题,请联系我们<br> CopyRight©1999-2017 https://www.jindyey.com All Right Reserved |<a href='https://www.jindyey.com/ditu1.html' target='_blank'>站点地图1</a>| |<a href='https://www.jindyey.com/ditu2.html' target='_blank'>站点地图2</a>| |<a href='https://www.jindyey.com/ditu3.html' target='_blank'>站点地图3</a>| |<a href='https://www.jindyey.com/ditu4.html' target='_blank'>站点地图4</a>| |<a href='https://www.jindyey.com/ditu5.html' target='_blank'>站点地图5</a>| |<a href='https://www.jindyey.com/ditu6.html' target='_blank'>站点地图6</a>| |<a href='https://www.jindyey.com/ditu7.html' target='_blank'>站点地图7</a>| |<a href='https://www.jindyey.com/ditu8.html' target='_blank'>站点地图8</a>| |<a href='https://www.jindyey.com/ditu9.html' target='_blank'>站点地图9</a>| |<a href='https://www.jindyey.com/ditu10.html' target='_blank'>站点地图10</a>| |<a href='https://www.jindyey.com/ditu11.html' target='_blank'>站点地图11</a>| |<a href='https://www.jindyey.com/ditu12.html' target='_blank'>站点地图12</a>| |<a href='https://www.jindyey.com/ditu13.html' target='_blank'>站点地图13</a>| |<a href='https://www.jindyey.com/ditu14.html' target='_blank'>站点地图14</a>| |<a href='https://www.jindyey.com/ditu15.html' target='_blank'>站点地图15</a>| |<a href='https://www.jindyey.com/ditu16.html' target='_blank'>站点地图16</a>| |<a href='https://www.jindyey.com/ditu17.html' target='_blank'>站点地图17</a>| |<a href='https://www.jindyey.com/ditu18.html' target='_blank'>站点地图18</a>| |<a href='https://www.jindyey.com/ditu19.html' target='_blank'>站点地图19</a>| |<a href='https://www.jindyey.com/ditu20.html' target='_blank'>站点地图20</a>| |<a href='https://www.jindyey.com/ditu21.html' target='_blank'>站点地图21</a>| |<a href='https://www.jindyey.com/ditu22.html' target='_blank'>站点地图22</a>| |<a href='https://www.jindyey.com/ditu23.html' target='_blank'>站点地图23</a>| |<a href='https://www.jindyey.com/ditu24.html' target='_blank'>站点地图24</a>| |<a href='https://www.jindyey.com/ditu25.html' target='_blank'>站点地图25</a>| |<a href='https://www.jindyey.com/ditu26.html' target='_blank'>站点地图26</a>| |<a href='https://www.jindyey.com/ditu27.html' target='_blank'>站点地图27</a>| |<a href='https://www.jindyey.com/ditu28.html' target='_blank'>站点地图28</a>| |<a href='https://www.jindyey.com/ditu29.html' target='_blank'>站点地图29</a>| |<a href='https://www.jindyey.com/ditu30.html' target='_blank'>站点地图30</a>| |<a href='https://www.jindyey.com/ditu31.html' target='_blank'>站点地图31</a>| </div> </div> <mip-stats-baidu> <script type="application/json"> { "token": "a22551fbdab632e1c2dab63e38b643fc", "_setCustomVar": [1, "login", "1", 2], "_setAutoPageview": [true] } </script> </mip-stats-baidu> <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> <script src="https://www.jindyey.com/push.js"></script> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?a22551fbdab632e1c2dab63e38b643fc"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </div> <div class="mobile"> <header id="header"> <div class="sx"> </div> <h1 class="logo_h1"><a href="/"></a></h1> <a href="/"><span class="right"></span></a></header> <div class="menu show"> <h2 class="menu_feilei">分类导航 :</h2> <ul> <li><a href='https://www.jindyey.com/plus-44.html'>实用模版</a></li> <li><a href='https://www.jindyey.com/plus-49.html'>基础教育</a></li> <li><a href='https://www.jindyey.com/plus-53.html'>互联网</a></li> <li><a href='https://www.jindyey.com/plus-59.html'>生活娱乐</a></li> <li><a href='https://www.jindyey.com/tiyuzixun/'>体育资讯</a></li> <li><a href='https://www.jindyey.com/shuzihuobi/'>数字货币</a></li> </ul> </div> <script src="https://mipcache.bdstatic.com/static/mipmain-v0.0.1.js"></script> <div class="crumbs"> <a href='https://www.jindyey.com/'>首页</a> > <a href='https://www.jindyey.com/plus-49.html'>基础教育</a> > <a href='https://www.jindyey.com/plus-52.html'>高等教育</a> > </div> <div class="detail-video" id="videodivtop"> </div> <article class="cnn article-body"> <h2 class="cnntit">JSP实现猜数字游戏</h2> <div class="cnn_xt"> <div class="sjplVideo"> <mip-img src="/images/face7.jpeg" alt="别妄想泡我 "/></mip-img> </div> <div class="sjpl_left"> 余年寄山水 </div> <div class="cnn_sj"> 558次浏览 </div> <div class="cnn_sj"> 2021年01月01日 03:46 </div> </div> <div class="news_zuijia"> <div class="news_zjl"> 最佳经验 </div> <div class="news_zjr"> 本文由作者推荐 </div> </div> <div class="cnnr artjs"> </div> <div class="cnnr cnt"> <p><h2>正月十五元宵节-雪诗句</h2></p><mip-img src="/uploads/image/0573.jpg" alt="JSP实现猜数字游戏"/></mip-img>2021年1月1日发(作者:湛贲)<p><br>登陆界面: <br><%@ page language= contentType=<br>charset=UTF-8 <br> pageEncoding=%> <br><!DOCTYPE html PUBLIC <br>TransitionalEN <br>> <br><html> <br><head> <br><meta http-equiv= content=<br>charset=UTF-8> <br><title>欢迎来到猜数字游戏<title> <br><head> <br><body background= > <br><style type=> <br>h1{color:#A0795A; <br> font-size:40pt; <br> <br> <br> } <br> <br><style> </p><p><br><img src=> <br><!--生成随机数 --> <br><% <br>*给count清空 * <br> if(ribute()!=null){ <br> date(); <br> } <br> int random=(int)(()*100+1); <br> ribute(, random); <br> (随机数 +random); <br> ribute(, 1); <br> <br>%> <br> <br><center> <br> <br><h1>猜数字<h1> <br><br> <br><br> <br><form > <br><button type= name= <br>onclick=font >< </p><p><br>size= face=<br>楷体<br> color=>开始游戏<br><font><button> <br> <br> <br><button type= name= <br>onclick= ><font <br>size= face=<br>楷体<br> color=>游戏说明<br><font><button> <br> <br><form> <br><br> <br><br> <br> <br><center> <br> <br><html> <br> <br> <br>游戏介绍: <br> <br> <br><%@ page language= contentType=</p><p><br>charset=UTF-8 <br> pageEncoding=%> <br><!DOCTYPE html PUBLIC <br>TransitionalEN <br>> <br><html> <br><head> <br><meta http-equiv= content=<br>charset=UTF-8> <br><title>游戏说明<title> <br><script type=> <br>function restart() { <br> on(); <br> <br>}<script> <br><head> <br><body background= > <br><style type=> <br>h1{ <br> color:#FD5183; <br> font-size:40pt; <br> font-style:inherit; </p><p><br>} <br> <br> <br><style> <br><%if(ribute()!=null){ <br> date(); <br> ( <br>} %> <br><center> <br><h1>猜数字游戏说明<br><h1> <br> <br><font color= size=>点击开始游戏进入游戏界面<br> <br>输入你所猜的数字,游戏会提示你所猜的数字与正确数字的大小<br><br> <br>你有五次猜数字的机会,若五次都未猜中,则游戏失败<br> <br><br> <br><br> <br><button type= name= <br>onclick= ><font <br>size= face=<br>楷体<br> color=>返回开始游戏<br><font><button> <br> <!-- <input type=返回开始</p><p><br>游戏onclick=--> <br> <br> <center> <br><font> <br> <br> <br><html> <br> <br><%@ page language= contentType=<br>charset=UTF-8 <br> pageEncoding=%> <br><!DOCTYPE html PUBLIC <br>TransitionalEN <br>> <br><html> <br><head> <br><meta http-equiv= content=<br>charset=UTF-8> <br><title>猜数字啦<title> <br><script type=> <br>*判断输入的值是否为空和是否在1~100之间 * <br>function check(){ </p><p><br> <br> var num0 = mentById().value; <br> <br> <br> if(!check1(num0)){ <br> alert(请输入数字!); <br> <br> return false; <br> } <br> if(!check2(num0)){ <br> alert(请输入1~100间的数字!); <br> return false; <br> } <br>} <br> <br>function check1(num){ <br> if(num==null||isNaN(num)){ <br> return false; <br> } <br> return true; <br>} <br>function check2(num){ </p><p><br> if(num>100||num<1){ <br> return false; <br> } <br> return true; <br>} <br> <br> <br> <br><script> <br><head> <br><body background=> <br><% String message = <br>(String)ribute(); %> <br><center><font size= face=<br>宋体<br>>欢迎进入游戏<br><font><center> <br><br> <br><br> <br><br> <br><br> <br><form <br>action=$${tPath}Control <br>method= name=form1 > </p><p><br><center><font size= face=<br>宋体<br>>请输入一个1~100之间<br>的数字:<font> <br><input type=name= id = size=8> <br><input type= name= value=<br>提交<br> <br>onclick=> <br><center> <br><br> <br><br> <br><mip-img data-carousel="carousel" class="mip-element mip-img" src="" alt=""></mip-img> <br><table width= height= border= <br>align=> <br><% <br> String <br>c=ribute().toString(); <br> int count = nt(c); <br> ( <br> if(count != 1){ <br> for(int i= 1;i <= count-1;i++){ <br> %> <br> <tr> <br> <td> </p><p><br> <% <br> (这是第+i+次猜数字); <br> %> <br> <td> <br> <td> <br> <% <br> String num = <br>ribute(+i).toString(); <br> ( <br> (您猜的数字是+num); <br> <br> <br> %> <br> <td> <br> <td> <br> <% <br> String result = <br>ribute(+i).toString(); <br> (提示 +result); <br> <br> %> <br> <td> </p><p><br> <tr> <br> <% } <br> } <br> <br> %> <br> <br><table> <br> <br><form> <br> <br> <br><html> <br>成功界面 <br><%@ page language= contentType=<br>charset=UTF-8 <br> pageEncoding=%> <br><!DOCTYPE html PUBLIC <br>TransitionalEN <br>> <br><html> <br><head> <br><meta http-equiv= content=</p><p><br>charset=UTF-8> <br><title>Insert title here<title> <br><script type=> <br>function restart() { <br> on(); <br> <br>}<script> <br> <br><head> <br><body background=> <br><center> <br><h2><font size= face=<br>楷体<br> color=>恭喜你,<br>猜对啦^_^<font><h2> <br><br> <br> <br><br> <br><br> <br><img src= align=> <br><img src= align=> <br><button type= onclick= ><font <br>size= face=<br>宋体<br> color=>重新开始<br><font><button> </p><p><br> <br><center> <br> <br> <br><html> <br> <br> <br>失败界面: <br> <br> <br><%@ page language= contentType=<br>charset=UTF-8 <br> pageEncoding=%> <br> <br><!DOCTYPE html PUBLIC <br>TransitionalEN <br>> <br><html> <br><head> <br><meta http-equiv= content=<br>charset=UTF-8> <br><title>Fail!<title> <br><script type=> </p><p><br>function restart() { <br> on(); <br> <br>}<script> <br><head> <br><body background=> <br> <br><center> <br> <br><h1><font size= face=<br>宋体<br> color=>好可惜,<br>没有猜对#^_^:<font><h1> <br> <br><img alt= src= align=> <br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><button type= onclick=><font <br>size= face=<br>宋体<br> color=>再来一次<br><font><button> </p><p><br><center> <br> <br> <br><html> <br>控制层: <br>package Controller; <br> <br>import ption; <br> <br>import tDispatcher; <br>import tException; <br>import vlet; <br>import rvlet; <br>import rvletRequest; <br>import rvletResponse; <br>import ssion; <br>import tion; <br>import n; <br> <br>import er; <br> <br>** <br> * Servlet implementation class Control <br> * <br>@WebServlet(<br>public class Control extends HttpServlet { <br> private static final long serialVersionUID = 1L; <br> ** <br> * @see HttpServlet#HttpServlet() <br> * <br> public Control() { <br> super(); <br> TODO Auto-generated constructor stub <br> } <br> <br> ** <br> * @see HttpServlet#doGet(HttpServletRequest request, HttpServletResponse <br>response) <br> * </p><p><br> protected void doGet(HttpServletRequest request, HttpServletResponse response) <br>throws ServletException, IOException { <br> TODO Auto- generated method stub <br> test(request, response); <br> } <br> ** <br> * @see HttpServlet#doPost(HttpServletRequest request, HttpServletResponse <br>response) <br> * <br> protected void doPost(HttpServletRequest request, HttpServletResponse response) <br>throws ServletException, IOException { <br> test(request, response); <br> } <br> protected void test(HttpServletRequest request, HttpServletResponse response) <br>throws ServletException, IOException { <br> TODO Auto- generated method stub <br> 得到输入的值 <br> String s=ameter(<br> int number=nt(s); <br> 得到随机数 <br> String random=sion().getAttribute(<br> 将随机数转换成int型 <br> int random_num=nt(random); <br> 获取次数 <br> String c =sion().getAttribute(<br> int count = nt(c); <br> count++; <br> <br> Computer computer=new Computer(); <br> int oper=e(request, response, number, random_num); <br>调用方法获得比较的结果 <br> <br> <br> 跳转界面 <br> if(oper==0){ <br> direct(<br> <br> sion().invalidate(); <br> <br> } <br> <br> else{ <br> 第五次没猜对,游戏结束 <br> if(count>5){ </p><p><br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> } <br> } <br>} <br> direct(<br> <br> sion().invalidate(); <br> } <br> else{ <br> <br> if(oper==1){ <br> direct(<br> <br> sion().setAttribute(<br> } <br> else if(oper==-1){ <br> direct(<br> <br> sion().setAttribute(<br> <br> } <br> <br> } <br>模型层: <br>package Model; <br> <br>import rvletRequest; <br>import rvletResponse; <br> <br>public class Computer { <br> <br> public int compute(HttpServletRequest request, HttpServletResponse response,int <br>number,int random){ <br> 获取count值 <br> String c = sion().getAttribute(<br> int count = nt(c); <br> <br> 判断输入的值与随机数的大小 <br> if(count<6){ <br> <br> if(number==random){ <br> return 0; <br> <br> }else{ </p><p><br> if(number>random){ <br> sion().setAttribute(猜大了<br> <br> sion().setAttribute(<br>保存num <br> <br> return 1; <br> }else if(number<random){ <br> <br> <br>保存num <br> <br> <br> } <br> <br> <br> } <br> <br> <br> } <br> <br> return 3; <br> <br> } <br> <br> <br>} <br>sion().setAttribute(猜小了<br> sion().setAttribute(<br> <br>return -1; </p> <p><h2>超时空同居豆瓣-诚信的名言警句</h2></p><mip-img src="/uploads/image/0710.jpg" alt="JSP实现猜数字游戏"/></mip-img> </br> <p><h2>星星闪烁-十年奶奶</h2></p><mip-img src="/uploads/image/0565.jpg" alt="JSP实现猜数字游戏"/></mip-img> </br> <p><h2>专业工作经历-英语写作能力的培养</h2></p><mip-img src="/uploads/image/0178.jpg" alt="JSP实现猜数字游戏"/></mip-img> </br> <p><h2>小时青青腹中空-满江红岳飞</h2></p><mip-img src="/uploads/image/0023.jpg" alt="JSP实现猜数字游戏"/></mip-img> </br> <p><h2>主板风扇-大学生心理健康测试题</h2></p><mip-img src="/uploads/image/0418.jpg" alt="JSP实现猜数字游戏"/></mip-img> </br> <p><h2>黄渤电影杀生-理财计划</h2></p><mip-img src="/uploads/image/0903.jpg" alt="JSP实现猜数字游戏"/></mip-img> </br> <p><h2>感恩季-梅兰竹菊的含义</h2></p><mip-img src="/uploads/image/0119.jpg" alt="JSP实现猜数字游戏"/></mip-img> </br> <p><h2>膜拜是什么意思-周立波语录</h2></p><mip-img src="/uploads/image/0689.jpg" alt="JSP实现猜数字游戏"/></mip-img> </br> </div> <div class="fenye"> </div> </article> <div class="zuixins"> <h2>相关推荐</h2> <div class="zuixins_right"> 推荐 </div> </div> <div class="news_cn"> <div class="imgs"> <a href="https://www.jindyey.com/281554.html"><mip-img src="https://www.jindyey.com/uploads/image/0935-lp.jpg" alt="2018年小学二年级数学暑假作业(可打印)"/></mip-img></a> </div> <h2><a href="https://www.jindyey.com/281554.html">2018年小学二年级数学暑假作业(可打印)</a></h2> <div class="sjpl"> <div class="sjplVideo"> <mip-img src="/images/face1.jpg" alt="玛丽莲梦兔 "/></mip-img> </div> <div class="sjpl_left"> 萌到你眼炸 </div> <div class="sjpl_right"> 高等教育 </div> </div> </div> <div class="news_cn"> <div class="imgs"> <a href="https://www.jindyey.com/281777.html"><mip-img src="https://www.jindyey.com/uploads/image/0337-lp.jpg" alt="六年级下册数学欣赏与设计教案设计"/></mip-img></a> </div> <h2><a href="https://www.jindyey.com/281777.html">六年级下册数学欣赏与设计教案设计</a></h2> <div class="sjpl"> <div class="sjplVideo"> <mip-img src="/images/face4.jpg" alt="玛丽莲梦兔 "/></mip-img> </div> <div class="sjpl_left"> 巡山小妖精 </div> <div class="sjpl_right"> 高等教育 </div> </div> </div> <div class="news_cn"> <div class="imgs"> <a href="https://www.jindyey.com/282647.html"><mip-img src="https://www.jindyey.com/uploads/image/0257-lp.jpg" alt="六年级下册数学期末试卷(有答案)"/></mip-img></a> </div> <h2><a href="https://www.jindyey.com/282647.html">六年级下册数学期末试卷(有答案)</a></h2> <div class="sjpl"> <div class="sjplVideo"> <mip-img src="/images/face7.jpg" alt="玛丽莲梦兔 "/></mip-img> </div> <div class="sjpl_left"> 萌到你眼炸 </div> <div class="sjpl_right"> 高等教育 </div> </div> </div> <div class="news_cn"> <div class="imgs"> <a href="https://www.jindyey.com/285929.html"><mip-img src="https://www.jindyey.com/uploads/image/0500-lp.jpg" alt="小学四年级下册写字课教案"/></mip-img></a> </div> <h2><a href="https://www.jindyey.com/285929.html">小学四年级下册写字课教案</a></h2> <div class="sjpl"> <div class="sjplVideo"> <mip-img src="/images/face2.jpg" alt="别妄想泡我 "/></mip-img> </div> <div class="sjpl_left"> 萌到你眼炸 </div> <div class="sjpl_right"> 高等教育 </div> </div> </div> <div class="news_cn"> <div class="imgs"> <a href="https://www.jindyey.com/286696.html"><mip-img src="https://www.jindyey.com/uploads/image/0512-lp.jpg" alt="小学奥数入门教育附测试题"/></mip-img></a> </div> <h2><a href="https://www.jindyey.com/286696.html">小学奥数入门教育附测试题</a></h2> <div class="sjpl"> <div class="sjplVideo"> <mip-img src="/images/face4.jpg" alt="玛丽莲梦兔 "/></mip-img> </div> <div class="sjpl_left"> 余年寄山水 </div> <div class="sjpl_right"> 高等教育 </div> </div> </div> <div class="news_cn"> <div class="imgs"> <a href="https://www.jindyey.com/287603.html"><mip-img src="https://www.jindyey.com/uploads/image/0320-lp.jpg" alt="部编版三年级上册语文《秋天的雨 》教案"/></mip-img></a> </div> <h2><a href="https://www.jindyey.com/287603.html">部编版三年级上册语文《秋天的雨 》教案</a></h2> <div class="sjpl"> <div class="sjplVideo"> <mip-img src="/images/face9.jpg" alt="别妄想泡我 "/></mip-img> </div> <div class="sjpl_left"> 萌到你眼炸 </div> <div class="sjpl_right"> 高等教育 </div> </div> </div> <div id="footer"> <div class="foot"> <div class="corp"> https://www.jindyey.com CopyRight©2018 Right Reserved </div> <div class="link"> </div> </div> </div> </div> </body> </html>