21
有没有办法检查`null`和`undefined`?
由于TypeScript是强类型的,因此仅if () {}用于检查null并undefined听起来不正确。 TypeScript是否为此具有任何专用功能或语法糖?
381
typescript
null-check