C#中导数据出现System.NullReferenceException:未将对象引用设置到对象的实例

2024-12-16 02:00:15
推荐回答(1个)
回答1:

说明dataGridView1.Rows[j].Cells[k].Value为null了
你修改为:
tempStr += Convert.ToString(dataGridView1.Rows[j].Cells[k].Value);