Show progressbar of python script execution with nodejs

前端 未结 0 1591
南方客
南方客 2021-01-22 01:26

I\'m launching a python script like this with nodejs :

var cp = require(\'child_process\');
var spw = cp.spawn(\'python\', [\'tql.py\']),


spw.stdout.on(\'data\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题