const blob = new Blob([finalHtml], {type: 'text/html'}); iframe.src = window.URL.createObjectURL(blob); iframeContainer.innerHTML = '';
確定! 回上一頁