int[] a = new int[] { 1, 2, 3, 4 }; int l1 = a.Where(i => false).Count();
posted on 2020-01-20 11:29 漫思 阅读(480) 评论(0) 编辑 收藏 举报