摘要:
class Program { static void Main(string[] args) { // 输出 ypoc si yek eht string str = "the key is copy"; char[] arr = str.ToCharArray(); ... 阅读全文
posted @ 2016-04-21 14:03
直钩钓鱼
阅读(2912)
评论(0)
推荐(0)
摘要:
//获取元素的索引 ArrayList arrList = new ArrayList(); for (int i = 0; i < array.Length; i++) { if (array[i] == 8) { ... 阅读全文
posted @ 2016-04-21 14:00
直钩钓鱼
阅读(15412)
评论(0)
推荐(0)
摘要:
int[] array = { 1, 3, 5, 2, 4, 6, 7, 9, 8, 8 }; var max = array.Max();//获取数组中的最大值 第一种 //第二种方法 var max2 = array[0]; for (int i = 0; i < array.Leng... 阅读全文
posted @ 2016-04-21 13:54
直钩钓鱼
阅读(3729)
评论(0)
推荐(0)

浙公网安备 33010602011771号