python 获取list的下标时间:2023-03-09 22:18:46 print(your_list.index('your_item')) #your_list为列表名称 your_item为需要修该的数据