当前页面流程:
从:http://localhost/pages/manager.php
开始然后转到:http://localhost/pages/manager.php#243
然后转到:http://localhost/pages/generator.php
然后重定向回:http://localhost/pages/manager.php
需要的流程:
从:http://localhost/pages/manager.php
开始然后转到:http://localhost/pages/manager.php#243
然后转到:http://localhost/pages/generator.php
然后重定向回:http://localhost/pages/manager.php#243
我尝试从res
重定向到res
,而不是重定向到generator.php
。
有没有人有任何想法如何重定向回到之前的哈希页?
我试过了:
manager.php#243
和
manager.php
然而,它会继续重定向回window.history.go(-1*event.state.visited);
而不是window.history.go(-1);
答案
我发现我实际上可以像下面这样做:
manager.php