摘要: 1 /// <summary> 2 /// 20130118 3 /// 搜索字符串是否存在 4 /// 塗聚文 締友計算機信息技術有限公司 5 /// 捷為工作室 6 /// </summary> 7 public class StringSearchClass 8 { 9 /// <summary>10 /// 查找字符串11 /// StringIndexOf("1,2,3,4,5,6","1,8");12 /// </summary>13 /// ... 阅读全文
posted @ 2013-01-18 11:17 ®Geovin Du Dream Park™ 阅读(425) 评论(2) 推荐(0)