1<body> 2 <script> 3 let f = document.body.appendChild(document.createElement('iframe')) 4 f.src = 5 'data:text/html,' + 6 ...
確定! 回上一頁