<html>
<script>
document.write("<iframe id='theframe' src='http://www.website.com?testvr=" + testvr + " height='900' width='500'></iframe>");
</script>
</html>
添加了 iframe,但为 500 x 150 而不是 900 x 500。当 iframe 位于正文标签内时,此尺寸很好,并且仅在使用 document.write 时才这样做。为什么?