After the loop is done, we push the length of the data at the end of the list.
循环完成后,我们将数据的长度压入到序列的尾部。
Finally, we loop through the tag list, and emit some new marked-up text.
最后,我们循环遍历标记列表,并且发出一些新的标记文本。
Substep 3-2 is to run a while loop for each item in the list.
子步骤3 - 2是为清单中的每一产品运行while循环。
The for loop now iterates through the copy, while you're modifying the original list.
现在for 循环将迭代该副本,而对原始 list进行修改。
Listing 4 demonstrates how to use a list with a for loop.
清单4演示了如何使用list和for循环。
Listing 4. The for loop and a list.
清单4.for循环和list。
Listing 4. The for loop and a list.
清单4.for循环和list。
应用推荐