Person p; Person tmp = new Person(); p = p ?? tmp; // 如果p为空,则取tmp,否则不变
本文标题:??运算符
本文链接:https://www.haomeiwen.com/subject/rqbvsxtx.html
网友评论