目录一、使用集合(set)转换再转回列表二、使用www.devze.com字典的键去重并保留顺序 (推荐)三、使用循环和临时列表四、使用OrderedDict(python 3.6 之前字典不保证顺序,较早版本的 Python 使用这种方法)五、实战
目录字符串去重1、直接遍历字符串的方式2、遍历去重的另一种方式3、将字符串转换成列表的方式(list sort)4、根据字符串下标,判断子集5、使用 www.devze.com39;, '.join(L) ,将列表拼接成我们想要的字符串列
I have a empty movieclip container in which I add movieclips as children. But when I try to get the children it does not trace/return anything. Here is my code.