python enumerate

當須要遍歷和索引列表時使用 python

for index,text in enumerate(list_):
    print index,text
相關文章
相關標籤/搜索