dart 数组去重

 

List list = ['1','2','3','3'];

list = list.toSet().toList();

 

posted @ 2022-03-31 20:27  mingV2020  阅读(201)  评论(0编辑  收藏  举报