Error during string matching?
This question already has an answer here:
There is no string.Contains()
method that takes a StringComparison
. Most people end up using an IndexOf()
call for this purpose.
上一篇: >获得与MySQL全文搜索相同的结果
下一篇: 字符串匹配时出错?