Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 phantomjs 非交互模式下运行它时,我有一个运行并将输出打印到屏幕的文件
$ phantomjs file.js <stuff printed to screen>
在 phantonjs 交互 (REPL) 模式下,有一种方法可以运行 js 文件,例如run('file.js'). 我想将 phantomjs 作为管道打开,并在关闭管道之前发送多个文件以执行,以节省启动开销。
run('file.js')
看起来 REPL 模式很糟糕,并且正在进行大修:
https://github.com/ariya/phantomjs/issues/11180