nodejs 使用什么中间件可以调用python函数呢
nodejs 使用什么中间件可以调用python函数呢
6 回复
这个恐怕是没有的吧,都不在一个域中。通过 shell 执行应该比较现实
node.js基于c++的v8 python基于python解析器,一般都是cpython,还有jpython 但不会有js的python解析器
@youqingkui child_process 模块只能调用python文件 不能直接调用python函数啊
@deajosha 应该是只能够实用shell来执行python代码
child_process
库,直接调用 Python 脚本,参数用 JSON 传递。