从Node JS调用shell脚本或python的最佳方法是什么?

时间:2015-07-25 11:32:06

标签: python node.js python-2.7 python-3.x wsadmin

我的用例是,我正在使用Angular,Node和MongoDB构建一个Web门户,现在我必须调用python,而python又运行一些wsadmin命令。

这个门户网站的使用不会很重。 所有这些都在同一个Solaris主机上运行。

感谢您的回复...

1 个答案:

答案 0 :(得分:0)

使用child_process.exec

例如:

ImageView imageView = (ImageView) promptView.findViewById(R.id.imageView_photo);