python | PyExecJS 发表于 2020-03-19 更新于 2020-03-21 分类于 python , 模块 , PyExecJS 阅读次数: Valine: 使用 python 执行 js 代码。 参考资料 PyExecJS 安装 pip install PyExecJS 使用 123456789import execjsexecjs.eval("'red yellow blue'.split(' ')")['red', 'yellow', 'blue']ctx = execjs.compile(""" function add(x, y) { return x + y; }""")ctx.call("add", 1, 2) 关于更多细节,请参考官方文档。 请我喝杯咖啡吧~ 打赏 微信支付 支付宝