摘要: Python 调用JS文件中的函数 1、安装PyExecJS第三方库 pip install PyExecJS 2、导入库:import execjs import execjs #读取js文件 with open('t.js',encoding='utf-8') as f: js = f.read 阅读全文
posted @ 2021-11-18 18:28 lshan 阅读(612) 评论(0) 推荐(0) 编辑