[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fhfRK6lXeyeJPLAt0TwCTYkEoyMFkKXqPFjGVtpTsAtk":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":11,"question":18,"related":19,"source":30,"type":31},[],"2023-09-23 21:53:31",98079104,[8,9,10],"while循环","do while循环","for循环",{"count":12,"courseId":13,"courseImg":14,"courseName":15,"workId":16,"workName":17},28,"fc1ed98b21f69ada64db61317954d6b9","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F37f0b49bae4778017115568798e6ed29.webp","JavaScript和Jquery开发技术（第7期）","0e605934ba494f6f9461b28248d086dc","任务1.2 制作仿学习通登录码验证-测试","循环结构常用的结构有()",[20,32,35,42,51,62,71,78,86,95],{"answer":21,"createTime":22,"id":23,"options":24,"question":29,"source":30,"type":31},[],"2023-09-23 21:53:30",98079102,[25,26,27,28],"if语句","if&hellip;else语句","if&hellip;else if&hellip;语句","switch语句","选择结构常用的语句包括()","v1",1,{"answer":33,"createTime":5,"id":6,"options":34,"question":18,"source":30,"type":31},[],[8,9,10],{"answer":36,"createTime":5,"id":37,"options":38,"question":41,"source":30,"type":31},[],98079105,[39,40],"不指定函数名的函数","指定函数名的函数","函数定义的方式有()",{"answer":43,"createTime":5,"id":44,"options":45,"question":50,"source":30,"type":31},[],98079106,[46,47,48,49],"简单调用函数","在表达式中调用函数","在事件响应中调用函数","通过超链接调用函数","函数调用的方式有()",{"answer":52,"createTime":53,"id":54,"options":55,"question":60,"source":30,"type":61},[],"2024-06-28 19:53:05",98079107,[56,57,58,59],"40","50","5","10","在JavaScript中,运行下面的代码后,sum的值是() var sum=0; for(i=1;i&lt;10;i++){ if(i%5==0) break; sum=sum+i; }",0,{"answer":63,"createTime":64,"id":65,"options":66,"question":70,"source":30,"type":61},[],"2023-12-27 18:53:52",98079108,[67,68,69],"onclick =&quot;ok()&quot;","onmouseout=&quot;ok()&quot;","onmouseover=&quot;ok()&quot;","通过单击鼠标调用函数ok()的语句格式是()",{"answer":72,"createTime":53,"id":73,"options":74,"question":77,"source":30,"type":61},[],98079109,[59,75,76,56],"20","30","以下选择程序的输出结果是什么 var a,b,c,maxValue; a=10; b=20; c=30; maxValue=a; if(maxValue&lt;b){ maxValue=b; } if(maxValue&lt;c){ maxValue=c; } alert(maxValue)",{"answer":79,"createTime":80,"id":81,"options":82,"question":85,"source":30,"type":61},[],"2023-12-27 18:53:53",98079110,[83,75,84,59],"undifine","0","以下程序的输出结果是什么? let a,b,c; a=10; b=20; if(a&lt;b){ c = b; } else{ c = a; } alert(c)",{"answer":87,"createTime":53,"id":88,"options":89,"question":94,"source":30,"type":61},[],98079111,[90,91,92,93],"2014年2月份的天数为29天","2014年2月份的天数为28天","&quot;2014年2月份的天数为&quot;+month+&quot;天&quot;","2014年2月份的天数为0天","下列程序的输出结果是什么? var year=2024; var month=0; if((year%4==0 &amp;&amp; year%100!=0)||year%400==0){ month=29; }else{ month=28; } alert(&quot;2024年2月份的天数为&quot;+month+&quot;天&quot;)",{"answer":96,"createTime":53,"id":97,"options":98,"question":103,"source":30,"type":61},[],98079112,[99,100,101,102],"上午好","中午好","下午好","晚上好","下列程序的输出结果是什么? var hour=8; if (hour&gt;8 &amp;&amp; hour&lt;=12){ alert(&quot;上午好!&quot;); }else if (hour&gt;12 &amp;&amp; hour&lt;=14){ alert(&quot;中午好!&quot;); }else if (hour&gt;14&amp;&amp; hour&lt;=18){ alert(&quot;下午好!&quot;); }else{ alert(&quot;晚上好!&quot;); }"]