iterate through
遍历:通过循环逐个访问或处理集合中的元素。
常用释义
英式发音
美式发音
基本释义
- 遍历:通过循环逐个访问或处理集合中的元素。
例句
-
1·We iterate through it with foreach.我们用foreach来遍历它。
-
2·Create an iterator to iterate through the collection.创建一个迭代器,以便通过集合进行迭代。
-
3·Then, I iterate through every class in the input file.然后,我迭代了输入文件中的每个类。
-
4·Unfortunately, you don't have 32 elements you can iterate through.不幸的是,您并没有32个元素可以迭代。
-
5·We then iterate through a set of changes to improve this implementation.然后我们通过一系列更改的迭代来改进这一实现。
-
6·I iterate through the mountains collection to create the radio buttons.我对mountains集合进行迭代,以创建单选按钮。
-
7·You use a simple for loop to iterate through the posts in the blog.可以使用简单的for循环遍历blog中的全部post。
-
8·The other connections have to wait while you iterate through each one.在系统循环遍历每个连接时,其他连接不得不等待。
-
9·Iterate through all the attributes in the statement to get the values.迭代陈述中的所有属性以便获得属性值。
-
10·This call will return a result set of data that we will iterate through.这一调用将返回一个我们重复循环的数据结果集。