The null-safe operator ?. is an alternative form of method/field invocation. If the LHS is null, then the result of the whole method/field ...
確定! 回上一頁