iframe blob uri src ... </h1></html>' var blob = new Blob([html], {type: 'text/html'}) var url = URL.createObjectURL(blob) theIframe.src ...
確定! 回上一頁