Iframe 테스트

1 개요[ | ]

iframe 테스트

2 1[ | ]

<iframe id="myframe"></iframe>
<script>
doc = myframe.contentWindow.document;
doc.write('<div>div<script>document.write("write")<\/script></div>')
doc.close()
</script>

3 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}