📜  jspdf无法在数字“15”上创建属性“回调” - Javascript代码示例

📅  最后修改于: 2022-03-11 15:01:41.236000             🧑  作者: Mango

代码示例1
//The signature for doc.html() is different than doc.fromHTML().
//You need to do it this way instead:
doc.html(DATA.innerHTML, {
  'x': 15,
  'y': 15,
  'width': 200,
  'elementHandlers': handleElement
});