//s为success表示成功varpage=require('webpage');page.open('https://www.baidu.com/',function(s){console.log(s);phantom.exit();});