获取IFRAME的值并将其插入到DIV中
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了获取IFRAME的值并将其插入到DIV中相关的知识,希望对你有一定的参考价值。
finds a specific attribute in an iFrame and loads it to another div on page.
//find the div in the iFrame var oBody = $("iframe").contents().find("body"); //add the iFrame value to another div $(oBody).appendTo("#another div");
以上是关于获取IFRAME的值并将其插入到DIV中的主要内容,如果未能解决你的问题,请参考以下文章
如何在 React 组件中插入使用 js 创建的 iframe
您如何获取用户的输入并将其添加到 iframe 中的 URL?