gpt4 book ai didi

c# - 什么是 ??在我的属性(property)?

转载 作者:太空宇宙 更新时间:2023-11-03 17:18:15 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
What do two question marks together mean in C#?

谁能解释一下这个语法。

protected string CompanyProductSeriesId
{
get
{
return Request.QueryString["CPGId"]
?? (ViewState["CPSId"] == null
? ""
: ViewState["CPGId"].ToString());
}
}

我想了解 ??在这种语法中。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com