DataTable table= new DataTable();// 定义一个table DataRow row = new DataRow();//定义一行 DataColumn column = new DataColumn();//定义一列