首先使用chrome瀏覽器,找到相關頁面 F12打開命令窗口javascript
輸入:css
var el=$('.post'); $("*").not(el.find('*')).hide();
el.parents().andSelf().css({width:480,padding:0,margin:0,border:'none',float:'none',position:'static'}).show().find('img').css({maxWidth:470,height:'auto'});
$('body').css({background:'#fff',zoom:2.3});
而後Ctrl+P打開打印窗口。而後選項另存爲pdf。java