js 檔 let {PythonShell} = require('python-shell') let options = { mode: 'json', pythonOptions: ['-u'], scriptPath: './python', }; PythonShell.run('python.py' ...
確定! 回上一頁