实现了foreach来遍历数组: foreach(key, value in array) { ... } 或者 foreach(key in array) { ... }