摘要: ### 一、安装第三方库 `pip install PyExecJS` ### 二、创建一个js文件 ``` //test.js function add(a,b){ return a+b } ``` ### 三、创建一个python文件 ``` #testJs.py import execjs c 阅读全文
posted @ 2023-05-30 18:08 弩哥++ 阅读(54) 评论(0) 推荐(0) 编辑