ajax 提交成功页面跳转问题

jsx/ajax提交成功后采用以下方式跳转:
1、本页面跳转:"window.location.href"、"location.href"
2、上一层页面跳转:"parent.location.href"
3、最外层的页面跳转:"top.location.href"

原文地址:https://www.cnblogs.com/jintaostudy/p/5107578.html