标签: phantomjs
我一直试图找出如何使用PhantomJS的子进程模块,但文档非常缺乏:http://phantomjs.org/api/child_process/
在哪里可以找到有关如何使用子进程模块的更多文档? API仅记录spawn命令。如何使用execFile和kill?这些都是这些方法吗? communicate with them via stdin / stdout / stderr是什么意思?
spawn
execFile
kill
communicate with them via stdin / stdout / stderr