DataTable数据筛选时间:2023-11-20 09:02:38DataView view = newDt.DefaultView;view.Sort = "Description asc,replyEnd desc";DataTable table2 = view.ToTable();