11. 在 JavaScript 中,有多少种不同类型的循环?for;do...while ;while 三种


11. 在 JavaScript 中,有多少种不同类型的循环?

你的回答: 四种。for 循环、while 循环、do...while 循环以及 loop...until 循环。

 回答错误!

 正确答案:三种。for 循环、do...while 循环和 while 循环。

 

19. 如何在浏览器的状态栏放入一条消息?

你的回答: window.status("put your message here")

 回答错误!

 正确答案:window.status = "put your message here"


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM