You can break this down structure even further, marking the punctuation (the period, comma, and hyphen) or breaking the zip code into two pieces.
您可以进一步细化这个结构,标记标点(句点、逗号和短横线)或将邮政编码分为两部分。
2
The code looks through the comma-separated list, finds the first match, and extracts the profile.
而且该代码还将遍历逗号分隔的列表,找到第一个匹配项并提取概要。
3
In Listing 1, our Python code loops over the set of comma-delimited text files and then calls the code that actually uploads the stats to the spreadsheet.