DataRow row=table.NewRow();. 这样便实例化了一个和已知的table一样的结构的一个DataRow 对象,可以对列进行赋值操作。 2、没有已知的DataTable, ...
確定! 回上一頁