尝试从具有SAME源的窗口访问iframe时出现此错误。那就是他们共享相同的协议和域。
当我从控制台运行 window.location.href 时我得到了
“https://example.com/account/theme/”
当我将devtools中的框架更改为相关框架并运行 window.location.href 时,我得到:
“https://example.com/account/theme/15/”
导致错误的行是:
$(frame.contentWindow.document.body);