gpt4 book ai didi

c# - 从 C# 中的 List 中删除重复项

转载 作者:行者123 更新时间:2023-11-30 19:01:34 31 4
gpt4 key购买 nike

<分区>

在 C# 中删除列表中的重复项

我有一个数据读取器来从数据库中读取字符串。

我使用列表聚合从数据库读取的字符串,但我在这个字符串中有重复项。

谁有在 C# 中从通用列表中删除重复项的快速方法?

List<string> colorList = new List<string>();

public class Lists
{
static void Main()
{
List<string> colorList = new List<string>();
}
}

protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
colorList.Add(variableFromDB.ToString());

foreach (string color in colorList)
{
Response.Write(color.ToString().Trim());
}
}
}

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com