C#中两个问号的含义

string strParam= Request.Params["param"]?? "";

取??左边的值,如果??左边的值为null则取右边的值

转载于:https://www.cnblogs.com/shadowtale/archive/2012/10/19/2731152.html

你可能感兴趣的:(测试)