java调用python方法

java调用python比较简单的是用exec去直接执行.py文件 public static void main(String[] args) throws IOException { // set up the command and parameter String pythonScriptPath = "/home/norbert/python/helloPython.py"; Strin
相关文章
相关标签/搜索