标签: 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>