10. 循环语句 10.1 for循环 10.2 while循环 10.3 do…while循环 退出嵌套循环: 可以在最外侧循环加loop:(变量任意),然后内侧循环执行return loop;即全部跳出循环System.exit(0);停止虚拟机运行