有一个列表
a = ['abc def']
我要取后面的def可以用下面的方法来取
b = a[0][4:]
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:https://mxjdi.com/archives/67/