问题:

execjs._exceptions.ProgramError: ReferenceError: window is not defined

解决:
定义一个就行 var window = {}; 然后再看它读了window的哪些属性 都补上就行

相关文章:

  • 2021-05-26
  • 2021-11-24
  • 2021-10-26
  • 2021-07-11
  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2021-04-17
  • 2021-03-26
相关资源
相似解决方案