标签: python node.js python-2.7 python-3.x wsadmin
我的用例是,我正在使用Angular,Node和MongoDB构建一个Web门户,现在我必须调用python,而python又运行一些wsadmin命令。
这个门户网站的使用不会很重。 所有这些都在同一个Solaris主机上运行。
感谢您的回复...
答案 0 :(得分:0)
使用child_process.exec
例如:
ImageView imageView = (ImageView) promptView.findViewById(R.id.imageView_photo);