I'm trying to create an iframe from JavaScript and fill it with arbitrary HTML, like so: ... iframe.src = 'data:text/html;charset=utf-8,' + encodeURI(html);.
確定! 回上一頁