摘要:
一,判断某个字符中是否含有特定字符:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->publicvoidFindStringchar(stringA,stringB){if(A.IndexOf(B)>-1){Console.WriteLine("存在!");}else{Console.WriteLine("不存在!");}}例如:string A="abceFC(a";stri 阅读全文