gpt4 book ai didi

c# - 确定 List.IndexOf 忽略大小写

转载 作者:太空狗 更新时间:2023-10-29 21:26:39 24 4
gpt4 key购买 nike

<分区>

有没有办法在不区分大小写的搜索中获取列表中项目的索引?

List<string> sl = new List<string>() { "a","b","c"};
int result = sl.IndexOf("B"); // should be 1 instead of -1

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