jsPDF特徴似不支持中文 复制代码代码如下: ダウンロード <br>ボディ {背景: #fff;幅: 500ピクセル; margin: 20px auto;} <br>input, textarea, p { font-family: 宋体, 黑体; font-size: 12pt;} <br>input, textarea { border: Solid 1px #aaa;パディング: 4px;幅: 98%;} <br> <br>window.load=function(){ <br>Downloadify.create('downloadify',{ <br>filename: function(){ <br>return document.getElementById('filename').value; <br> }, <br>data: function(){ <br>var doc = new jsPDF(); <br>doc.text(20, 20, document.getElementById('data').value); addPage(); <br>doc.text(20, 20, document.getElementById('data').value); <br>return doc.output(); <br>onComplete: function() {alert('成功保存文件!'); }, <br>onCancel: function(){alert('您已经取消保存文件') }, <br>onError: function(){alert('出现错误了) '); }, <br>swf: 'js/downloadify.swf', <br>downloadImage: 'js/download.png', <br>幅: 100, <br>高さ: 30, <br>透明: true、<br>追加: false <br>}); <br>} <br> 中国語には対応していないようです このファイルをダウンロードするには、Flash 10 がインストールされている必要があります。