📜  循环遍历两个列表 python - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:27.550000             🧑  作者: Mango

代码示例1
for f, b in zip(foo, bar):
    print(f, b)