🌈 搜索
📅  最后修改于: 2022-03-11 14:52:20.404000             🧑  作者: Mango
for (int i=0; i<=20; i+=4) { System.out.print(i + " "); }