注意 由于缺少对PhantomJ的支持,该项目的开发已被暂停。 phantom-用于PhantomJS的快速NodeJS API 超级好用 const phantom = require ( 'phantom' ) ; ( async function ( ) { const instance = await phantom . create ( ) ; const page = await instance . createPage ( ) ; await page . on ( 'onResourceRequested' , function ( requestData ) {