java 增强for循环的小问题

for (TableBean bean : beans){
  .....
}
注意这里的bean 是传的引用,而不是实际的对象
原文地址:https://www.cnblogs.com/ttzz/p/13723315.html