有没有办法可以跨域点击 iframe中的button 这个iframe与主页面不是一个域
不是跨域传送数据,是跨域操做button
<html>
<div > this page </div>
<iframe src="http://www.othherdomain.com/page.html" ></iframe>
</html>
page.html
<button > clickme </button>
不是跨域传送数据,是跨域操做button
<html>
<div > this page </div>
<iframe src="http://www.othherdomain.com/page.html" ></iframe>
</html>
page.html
<button > clickme </button>