JSRUN
使用此草稿 删除草稿
极速运行模式,更高效的运行,点击编辑器上方的运行按钮即刻体验吧。
while 循环在执行前判断执行条件:
while (!isDone()) { doSomething(); }
do-while 循环在执行后判断执行条件:
do { printLine(); } while (!atEndOfPage());
No autoresizing to fit the code
Render blocking of the parent page