有 A 、B 、C 三个页面,三个页面域名都不相同,C 是一个登录页面被 B 嵌套,这时 B 可以正常提交表单,然后 B 被 A 嵌套,这时 A 提交 C 的表单就失败了,显示 The frame attempting navigation is neither same-origin with the target, nor is it the target's parent or opener. 请问如何可以在 A 页面中正常提交表单呢? QQ 浏览器是可以提交的,但是谷歌浏览器就被制裁了