0
点赞
收藏
分享

微信扫一扫

使用jquery访问页面中iframe中的内容

浮游图灵 2023-05-07 阅读 68


like this:

console.log($("iframe").contents().find("body").html());


http://stackoverflow.com/questions/5181911/access-child-iframe-dom-from-parent-page

举报

相关推荐

0 条评论