jsPDF貌似不支持中文 復(fù)制代碼代碼如下: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> Downloadify body {background: #fff; width: 500px; margin: 20px auto;}...
window.onload=function(){ var doc = new jsPDF(); //var doc = new jsPDF('landscape');//橫排 doc.setProperties({//設(shè)置文檔屬性 title: 'Title', subject: 'This is the subject', author: 'Dragon', keywords: 'javascript, web 2.0, ajax...