01 2022 档案

摘要:将DataTable某一列转换为数组 static void Main(string[] args) { //新建DataTable DataTable dt = new DataTable(); //增加列 dt.Columns.Add("column", typeof(Int32)); //增加 阅读全文
posted @ 2022-01-27 10:39 xiaoshuye 阅读(184) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示