Since you said pi2fm runs synchronously, you should be able to use execSync() instead of exec() . exec() runs scripts asynchronously, ...
確定! 回上一頁