[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fTS3LBfJiTxWMR0kn5M6GgL61Xlddo0iYnzfs8yavhSI":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":11,"question":18,"related":19,"source":30,"type":67},[],"2023-12-27 18:53:52",98079108,[8,9,10],"onclick =&quot;ok()&quot;","onmouseout=&quot;ok()&quot;","onmouseover=&quot;ok()&quot;",{"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 制作仿学习通登录码验证-测试","通过单击鼠标调用函数ok()的语句格式是()",[20,32,41,48,57,68,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":34,"id":35,"options":36,"question":40,"source":30,"type":31},[],"2023-09-23 21:53:31",98079104,[37,38,39],"while循环","do while循环","for循环","循环结构常用的结构有()",{"answer":42,"createTime":34,"id":43,"options":44,"question":47,"source":30,"type":31},[],98079105,[45,46],"不指定函数名的函数","指定函数名的函数","函数定义的方式有()",{"answer":49,"createTime":34,"id":50,"options":51,"question":56,"source":30,"type":31},[],98079106,[52,53,54,55],"简单调用函数","在表达式中调用函数","在事件响应中调用函数","通过超链接调用函数","函数调用的方式有()",{"answer":58,"createTime":59,"id":60,"options":61,"question":66,"source":30,"type":67},[],"2024-06-28 19:53:05",98079107,[62,63,64,65],"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":69,"createTime":5,"id":6,"options":70,"question":18,"source":30,"type":67},[],[8,9,10],{"answer":72,"createTime":59,"id":73,"options":74,"question":77,"source":30,"type":67},[],98079109,[65,75,76,62],"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":67},[],"2023-12-27 18:53:53",98079110,[83,75,84,65],"undifine","0","以下程序的输出结果是什么? let a,b,c; a=10; b=20; if(a&lt;b){ c = b; } else{ c = a; } alert(c)",{"answer":87,"createTime":59,"id":88,"options":89,"question":94,"source":30,"type":67},[],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":59,"id":97,"options":98,"question":103,"source":30,"type":67},[],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;); }"]