execSync ; // asynchronous execution exec('python web.py',function(error,stdout,stderr){ if(error) { console.info('stderr : '+stderr); } console.log('exec: ...
確定! 回上一頁