Ran across this line of code: 跨越這行代碼: app
FormsAuth = formsAuth ?? new FormsAuthenticationWrapper();
What do the two question marks mean, is it some kind of ternary operator? 這兩個問號意味着什麼,是某種三元運算符? It's hard to look up in Google. 谷歌很難找到。 this