摘要: 一,判断某个字符中是否含有特定字符: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 阅读全文
posted @ 2009-10-20 12:06 盈不足 阅读(299) 评论(0) 推荐(0) 编辑