Dt.DefaultView.Sort = "ColumnName Desc"Dt = Dt.DefaultView.ToTable()如果只下第一行的話直接使用Dt並不會有排序效果,因為排序的是DefaultView所以第二行把DefaultView輸出DataTable給Dt