本文共 115 字,大约阅读时间需要 1 分钟。
>>> l = list('sdfsdf')>>> l['s', 'd', 'f', 's', 'd', 'f']
转载于:https://www.cnblogs.com/iNeoWong/p/4718445.html