2016年3月11日

摘要: String…… Math string x = " abCdefg "; int b = x.Length;//长度 Console.WriteLine(b); string c = x.Trim();//去掉前后空格 Console.Write(c); Console.Write("\n"); 阅读全文
posted @ 2016-03-11 16:59 肖旭 阅读(119) 评论(0) 推荐(0)

导航