如何选择iframe中的每个元素?

时间:2015-07-23 00:59:56

标签: javascript jquery html iframe

是否可以选择加载的网页的每个元素? 我有简单的代码:

HTML:

127.0.0.1

JS:

<html>
<body>
    <iframe id="frame" src="https://en.wikipedia.org/wiki/HTML"></iframe>
</body>
</html>

0 个答案:

没有答案