84669 人學習
152542 人學習
20005 人學習
5487 人學習
7821 人學習
359900 人學習
3350 人學習
180660 人學習
48569 人學習
18603 人學習
40936 人學習
1549 人學習
1183 人學習
32909 人學習
比如本页是B页面,前一页是A页面,现在是在跳转到下一页C页面前使用history.replaceState把本页的URL改成D页面,这样在C页面中点击返回就会回到D页面,但是现在希望是不要返回D页面了,直接返回A页面好。
B页面
A页面
C页面
history.replaceState
D页面
ps.不能在C页面使用history.go(-2),因为可以进入C页面的页面太多了,一棍子打死不好。
history.go(-2)
认证高级PHP讲师
angularjs中可以使用:
$location.path(‘C页面’).replace();
angularjs中可以使用: