码迷,mamicode.com
首页 > 编程语言 > 详细

数组去掉重复得元素

时间:2020-04-14 22:35:46      阅读:50      评论:0      收藏:0      [点我收藏+]

标签:string   distinct   nbsp   div   array   tin   str   number   numbers   

  1. String[] str = {"aa","kser","bdf","ope","aa"};
  2.  
    String[] str2 = str.Distinct().ToArray();

数组去掉重复得元素

标签:string   distinct   nbsp   div   array   tin   str   number   numbers   

原文地址:https://www.cnblogs.com/wugh8726254/p/12701599.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!