>>> l = list('sdfsdf') >>> l ['s', 'd', 'f', 's', 'd', 'f'] 转载于:https://www.cnblogs.com/iNeoWong/p/4718445.html