..some code here ...
..some code here ...
i can get the CONTENT with this:
iframe_window.document.getElementsByTagName("body")[0].innerHTML;
anybody know how to get the background color ?
i need to get this: rgb(0, 204, 204)
thank you
以上就是how to get backgroundcolor of iframe ? maybe iframe_window.document ?的详细内容,更多请关注web前端其它相关文章!