StrictNullChecks and getElementById

前端 未结 0 627
日久生厌
日久生厌 2021-02-12 08:43

With StrictNullChecks enabled in TypeScript 2.0, the code

var el: HTMLElement = document.getElementById(\'element_id\');

produces the error

相关标签:
回答
  • 消灭零回复
提交回复
热议问题