概要 作为模块或从命令行中的命令无头运行chrome。 该项目类似于,但是更简单,没有流,没有服务器等。 用法 从命令 html文件是可选的(默认情况下将使用一个空文件)。 node-chrome index.js [index.html] 作为一个模块 为事件发射器提供stdout , stderr和exit 。 const Chrome = require ( 'node-chrome' ) const path = require ( 'path' ) const chrome = Chrome ( 'Hello World' ) // // or pass in