whiledo循环输出9-0时间:2023-03-09 05:05:10 var i=9 while(i>-1){ println(i); i--; } function println(a) { document.write(a+"<br>") }