摘要: using System; using System.Linq; namespace ConsoleApp1 { class Program { static void Main(string[] args) { int[] arr = { 1, 2, 3, 4, 5, 6 }; var a = f 阅读全文
posted @ 2019-04-28 22:06 liliyou 阅读(736) 评论(0) 推荐(0) 编辑
摘要: 把 dataDable 比作一个excel或数据表 先添加列,在添加行 读取DataTable行列数: 练习: 阅读全文
posted @ 2019-04-28 10:51 liliyou 阅读(430) 评论(0) 推荐(0) 编辑