createElement("iframe") iframe.style.display = "none" iframe.src = url iframe.onload = function () { document.body.removeChild(iframe) } ...
確定! 回上一頁