defineconst
import execjs

with open(\'..//js//XXXX.js\', encoding=\'utf-8\') as f:
    YYYY= f.read()
js = execjs.compile(YYYY)
logid = js.call(\'getdata\', "zxcvbnm")
print(logid)

 

分类:

技术点:

相关文章:

  • 2022-02-12
  • 2022-01-21
  • 2021-12-23
  • 2022-02-14
  • 2021-10-20
  • 2021-09-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-18
  • 2022-02-26
  • 2022-12-23
  • 2021-12-08
  • 2022-12-23
  • 2022-01-21
相关资源
相似解决方案