欢迎来到萧静默的博客

书山有路勤为径,学海无涯苦作舟。
摘要: public static void main(String[] args) { int j = 3; for (int i = 0; i < 5; i++) { if (i == j) { return; } System.out.println("i = " + i); } System.out 阅读全文
posted @ 2020-06-01 08:50 萧静默 阅读(2151) 评论(0) 推荐(0) 编辑