数组
new一个变量类型的时候放在堆
增强循环: arrays.for(自动生成)
for (int array : arrays){
}
java07数组
原文:https://www.cnblogs.com/ustust/p/14522565.html