最佳答案
我在一些 React/TypeScript 实现中看到过这样的例子:
ref={ ref => this.container = ref! }
这个叹号在 abc 0中是什么意思? 这是 TypeScript 中特有的东西,还是一种新的标准 JavaScript 表示法?