JnathanCoder
Results
1
comments of
JnathanCoder
trafficstars
```js // 这样不会报错 let num: number = undefined; ``` 实际上测试会报错 error TS2322: Type 'undefined' is not assignable to type 'number'.