Add ("StudentName", typeof(String)); dt.Columns.Add("Math", typeof(Double)); dt.Columns.Add("Eng", typeof(Double)); //只有String 才要設定長度 ...
確定! 回上一頁