摘要: 一种方法是把字符串转成小写/大写,然后包含的字符串也写成小写 /大写 另一种方法是: 1 string title = "STRING"; 2 bool contains = title.IndexOf("string", StringComparison.OrdinalIgnoreCase) >= 阅读全文
posted @ 2018-11-15 14:10 Youse的二分口粮地 阅读(5230) 评论(3) 推荐(0)