Harp says, "My mind would hark back to the day when I discovered John Coltrane's 'Soul Trane' and Dave Brubeck's 'Time Out' albums in my parent's record collection."
VOA: standard.2010.04.12
I had this in my collection.Anybody ever heard of this?
我刚好有他的歌,有谁听说过这个歌手吗?
And what it's saying semantically is, using that variable as my placeholder, have it walk through this collection, starting at the first thing, execute that code, then the next thing, execute that code, and so on.
它的语义意思就是,把这个变量应用为我的占位符,用它来遍历这个集合,从第一个元素开始,执行代码,然后下一个元素,再执行代码。
That is basically saying, given some collection of data, I want to have again a looping mechanism, where now my process is, walk through this, the collection one element at a time. And for that, we have a particular construct, called a FOR loop.
现在我的过程就是,通过一个个访问这个集合中,的元素的方式,来遍历这个集合,为了达到这个目的,我们有一个特定的结构,成为FOR循环。
应用推荐