9
Javascript에서 iframe의 본문 내용을 얻는 방법은 무엇입니까?
<iframe id="id_description_iframe" class="rte-zone" height="200" frameborder="0" title="description"> <html> <head></head> <body class="frameBody"> test<br/> </body> </html> </iframe> 내가 얻고 싶은 것은 : test<br/>
154
javascript
html
iframe