提取數據DataView Dv = ExecuteDataSet("select id as 編號,time as 時間 from table");通過Dv.Table.Columns[0].ColumnName 獲取得到的值是"編號"怎么樣才能得到原來的列名"id" 查看完整描述