您可以在那里设置隐藏元素的可见性。 onclone: function(doc){ hiddenDiv = doc.getElementById('myDiv'); hiddenDiv.style.display = 'block'; }.
確定! 回上一頁