StrictNullChecks and getElementById

前端 未结 0 2034
一个人的身影
一个人的身影 2021-02-12 08:21

With StrictNullChecks enabled in TypeScript 2.0, the code

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

produces the error

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