🌈 搜索
📅  最后修改于: 2022-03-11 14:55:28.554000             🧑  作者: Mango
boolean b = false; while(!b) { System.out.println(b); b = !b; }