- 博客(2)
- 收藏
- 关注
转载 C#冒泡排序和数组反转
//冒泡排序static void Main(string[] args) { int[] array = { 23,45,16,7,42 }; int length = array.Length - 1; bool isExchanged = false; for (int i = 0; i length; i++) { isExchanged = false;
2012-08-25 15:36:43
569
转载 string类型的方法!
strings1 = "Hello"; strings2 = "World"; strings3 = "Hello World"; strings4 = "hello.jpg"; string.Concat(s1,s2).Dump();//连接字符串 str
2012-08-25 15:15:59
436
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人