判断DataRow中是否包含某列时间:2021-08-31 15:44:59 DataRow dr = new DataRow(); if (dr!=null && dr.Table.Columns.Contains("errormesg") && dr["errormesg"] != null) { //做相关的处理 }