1、跳出<iframe>页面
跳到最外层页面:top.location.href="url"
2、其他
本层页面跳转:window.location.href="url"或location.href="url"
跳到上一层:parent.location.href="url"
1、跳出<iframe>页面
跳到最外层页面:top.location.href="url"
2、其他
本层页面跳转:window.location.href="url"或location.href="url"
跳到上一层:parent.location.href="url"