lst = list(range(10))for i in lst[2:6]: print(i) lst = list(range(10))for i in lst[2:6]: print(i) 发布时间:2025-05-08 17:04:22