as3数组特定属性相同去除

时间:2017-02-04 05:30:54
【文件属性】:

文件名称:as3数组特定属性相同去除

文件大小:6KB

文件格式:RAR

更新时间:2017-02-04 05:30:54

as3 数组 属性 相同 去除

数组定义是: allarr.push({_id:"55",_name:"11111",_ohe:"ffdfdfd"}); allarr.push({_id:"332",_name:"2222",_ohe:"ffdfdfd"}); allarr.push({_id:"422",_name:"3333",_ohe:"ffdfdfd"}); allarr.push({_id:"55",_name:"4444",_ohe:"ffdfdfd"}); allarr.push({_id:"332",_name:"5555",_ohe:"ffdfdfd"}); allarr.push({_id:"4444",_name:"6666",_ohe:"ffdfdfd"}); allarr.push({_id:"556",_name:"777",_ohe:"ffdfdfd"}); allarr.push({_id:"111",_name:"888",_ohe:"ffdfdfd"}); allarr.push({_id:"22",_name:"999",_ohe:"ffdfdfd"}); allarr.push({_id:"55",_name:"000",_ohe:"ffdfdfd"}); 以数组属性_id为判断,输出结果如下: 去相同ID前: id=55 name=11111 其他=ffdfdfd id=332 name=2222 其他=ffdfdfd id=422 name=3333 其他=ffdfdfd id=55 name=4444 其他=ffdfdfd id=332 name=5555 其他=ffdfdfd id=4444 name=6666 其他=ffdfdfd id=556 name=777 其他=ffdfdfd id=111 name=888 其他=ffdfdfd id=22 name=999 其他=ffdfdfd id=55 name=000 其他=ffdfdfd 去相同ID后: id=55 name=11111 其他=ffdfdfd id=332 name=2222 其他=ffdfdfd id=422 name=3333 其他=ffdfdfd id=4444 name=6666 其他=ffdfdfd id=556 name=777 其他=ffdfdfd id=111 name=888 其他=ffdfdfd id=22 name=999 其他=ffdfdfd


【文件预览】:
数组特定属性相同去除.fla
数组特定属性相同去除.swf

网友评论