标签: model-view-controller history back
我正在尝试返回.NET C#MVC应用程序的上一页
如果我通过 history.go(-1)页面时未重新加载,就像我使用 window.location = document.referrer 一样,它会回发并重新加载。
有什么需要注意的地方吗?