标签: javascript phantomjs
当我在phantomjs非交互模式下运行时,我有一个运行并打印输出到屏幕的文件
$ phantomjs file.js <stuff printed to screen>
在phantonjs交互式(REPL)模式中,有一种方法可以运行js文件,例如run('file.js')。我想打开phantomjs作为管道,并在关闭管道之前发送多个文件来执行,以节省启动开销。
run('file.js')
答案 0 :(得分:2)
看起来REPL模式已经开始,并且正在进行大修:
https://github.com/ariya/phantomjs/issues/11180