将CSS,HTML字符串转换为 Blob 对象 var blob = new Blob([htmlCode], { 'type': 'text/html' }); // 3. 使用 URL.createObjectURL() 方法将... iframe.src = URL.
確定! 回上一頁