我需要使用从其他域加载到 iframe 中的 jQuery 来更改网站的内容,例如:
<html>
<head>
</head>
<body>
<iframe src="site.com/somepage.html></iframe>
<script>
$('iframe').find('div#message').value('hello');
</script>
</body>
</html>
我还添加了目标链接到白名单。有什么帮助吗?谢谢。