摘要: contentDocument是获得iframe子窗口的document对象,但兼容ff和ie8+contentWindow是获得子窗口的window对象,兼容大部分浏览器,contentWindow.document才是获得document对象所以获得iframe内容时一般兼容性写法是这样的 (i... 阅读全文
posted @ 2014-05-18 21:19 放羊的阿波罗 阅读(2039) 评论(0) 推荐(0)