# 截取
djrq = ['weewe222','weewe111']
x = [c[2:-2] for c in djrq]
# 替换
x = [c.replace('weewe', '') for c in djrq]
08-16
1035

01-20
1023

04-19
904
