var user = HttpContext.User; if (user?.Identity?.IsAuthenticated ?? false)
{
} else
{
}这几个问号分别都代表啥意思?
添加回答
举报
0/150
提交
取消