nodejs通过child_process调用python脚本,获取python中的不能获取print实时输出吗?
这样执行后standard output只输出一次,就是等到print "2"后才执行 现在想让go.stdout.on(‘data’,() =>{})执行两次有什么办法?因为我想获取python实时输出的日志
这样执行后standard output只输出一次,就是等到print "2"后才执行 现在想让go.stdout.on(‘data’,() =>{})执行两次有什么办法?因为我想获取python实时输出的日志