透過phantomjs執行WEB畫面轉圖片(連JS都會執行)

透過phantomjs執行WEB畫面轉圖片(連JS都會執行)

透過phantomjs執行WEB畫面轉圖片(JS都會執行)


 

資料來源: http://phantomjs.org/

 

web2png.js

var page =
require(‘webpage’).create();

page.open(‘http://jashliao.pixnet.net/blog/10’,
function () {

   
page.render(‘jashliao_10.png’);

   
phantom.exit();

});

cmd

phantomjs web2png.js

 


 


發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *