C# 去除数组中的 null

tableHeadNameArr = (from str in tableHeadNameArr where str != null select str).ToArray();
相关文章
相关标签/搜索