This topic created in 3843 days ago, the information mentioned may be changed or developed.
在移动端开发左上角回退按钮的设计,当页面很多左上角的回退如果纯用 History.go(-1)很容易造成在两个页面不停的来回跳, 大家有什么思路?
1 replies 2015-10-19 09:54:07 +08:00  | | 1 oott123 Oct 19, 2015 为什么会造成在两个页面来回跳? 是因为你用 location.href 做跳转了么?试试 location.replace ? |