摘要: 1、简单查询int[] nums = { 1, 2, 5, -4, -9, 78, -54, 98 }; 需要注意的是: Linq查询只是定义了查询规则,执行可以多次进行,where条件可以有多个(以“&&”连接或者直接下行再写where) using System;using System.Col 阅读全文
posted @ 2019-05-02 23:30 风情单车 阅读(128) 评论(0) 推荐(0)