hongyangqin / HyNote

HyNote 个人笔记

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Java] Foreach 语句

hongyangqin opened this issue · comments

解决办法

for (int x : arr) { 
            System.out.println(x); 
}