python enumerate 迭代 位置

用enumerate包裝一個可迭代的對象, 在迭代的同時可以獲取迭代對象的位置,可以接收一個可選參數start, 默認start等於0, enumerate(list, start=1),這樣index的起始值就是1
相關文章
相關標籤/搜索