【ASP.NET】DATATABLE用法 · 1.建立DataTable. Datatable dt=new Datatable(); · 2.加入欄位 dt.columns.Add("A1"); dt.columns.add("B1"); · 3.加入有型態的 ...
確定! 回上一頁