📅  最后修改于: 2022-03-11 15:01:41.236000             🧑  作者: Mango
//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
});