2020年8月11日 星期二

走訪 datatable

走訪rows

dt.Rows.Cast<DataRow>()

走訪columns

dt.Columns.Cast<DataColumn>()

沒有留言:

批次檔正確處理中文

1. 確定檔案編碼為 UTF-8 2. 開頭先執行 chcp 65001