【TS】Typescript cannotr :Property 'xxx' anyshoale not exist on type 'yyy'.
问题:
Typescript error :Property mozRequestFullScreen' does not exist on type 'HTMLElement'.
其他类似问题:property 'xxx' does not exist on type 'yyy'
解决:声明用let de : any;
以上是 【TS】Typescript cannotr :Property 'xxx' anyshoale not exist on type 'yyy'. 的全部内容, 来源链接: utcz.com/a/67514.html