当我一开始在做全屏功能的时候,遇到了以下这个问题:

Typescript error :Property mozRequestFullScreen' does not exist on type 'HTMLElement'.

其他类似问题:property ‘xxx’ does not exist on type ‘yyy’
Typescript error :Property mozRequestFullScreen' does not exist on type 'HTMLElement'
解决:声明用let de : any;
Typescript error :Property mozRequestFullScreen' does not exist on type 'HTMLElement'

相关文章:

  • 2021-07-26
  • 2022-12-23
  • 2021-07-19
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-09
  • 2022-12-23
相关资源
相似解决方案