NodeJS supports doing this synchronously. Use this: const exec = require("child_process").execSync; var result = exec("python celulas.py"); // convert and ...
確定! 回上一頁