摘要: String exe = "python3"; String[] cmdArr = new String[]{exe, 脚本路径, 参数1, 参数2...}; Process process = Runtime.getRuntime().exec(cmdArr); InputStream is = 阅读全文
posted @ 2021-09-29 15:03 点亮梦想 阅读(46) 评论(0) 推荐(0)