2012年9月12日

C#字符串类的典型用法

摘要: using System;namespace e1_4_11{ class Program { static void Main(string[] args) { //字符串搜索 string s = "ABC科学"; int j = s.IndexOf("科"); Console.WriteLine("{0}", j); string s1 = "abc"; string s2 = "abc"; st... 阅读全文

posted @ 2012-09-12 18:24 1.曲待续 阅读(134) 评论(0) 推荐(0) 编辑

导航