foreach (DataColumn dc in dtfood.Columns)
    {
         string lm = dc.ColumnName;
     }

 

相关文章:

  • 2021-05-06
  • 2022-12-23
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-13
  • 2021-06-12
  • 2022-12-23
  • 2021-12-18
  • 2021-10-23
相关资源
相似解决方案