我正在使用jspdf.debug.js从一个网站导出不同的数据,但有一些问题,我不能让它在导出的页面中渲染CSS,如果我在我导出的页面中有一个图像,PDF返回空白…和我的脚本$('#export').click(function(){
var d = new Date().toISOString().slice(0, 19)
当我尝试将URL中的图像添加到PDF文件中时,图像显示为完全黑色。But when I click the download pdf button again the image gets added to the PDF.Only when I do it thedataURL = canvas.toDataURL("image/jpeg");document.body.appendChild(img);
var