【发布时间】:2025-12-17 22:45:01
【问题描述】:
if (excellInfoUpdateL3.canSendLetter == "N/A") {
return ClosureInfo.canClose ="N";
}
else {
return ClosureInfo.canClose = excellInfoUpdateL3.canSendLetter;
}
上面的代码可以用if条件或类似的东西写在一行吗?
【问题讨论】:
-
嗯?你需要编辑你的答案,这种格式不可读
标签: c#