var blob = new Blob([html], {type: 'text/html'});. 12. var iframe = document.querySelector("iframe");. 13. iframe.src = URL.createObjectURL(blob);.
確定! 回上一頁