摘要: var 多码 = row.Cells["MoreCode"].Value; if (多码 == null || 多码.ToString() != "Y") { row.Cells["MoreCode"].Value = "Y"; } else { row.Cells["MoreCode"].Valu 阅读全文
posted @ 2024-12-06 13:18 网络来者 阅读(17) 评论(0) 推荐(0)