enumerate()是python的内置函数:
enumerate(sequence, [start=0])
python:enumerate 函数
原文:https://www.cnblogs.com/lemon-rain/p/9583377.html