标签: python node.js
是否可以调用NodeJS函数:
function someFunc(object) { console.log(object); }
使用python:
someFunc({});
谢谢。