现在退弹代码是不是不能用了
<script>! function () {
var t;
try {
for (t = 0; 10 > t; ++t) history.pushState({}, "", "#");
onpopstate = function (t) {
t.state && location.replace('INSERTURLHERE')
}
} catch (o) {}
}();
</script>
这个失效了 JeffWang 发表于 2019-10-8 20:11
这个失效了
谢谢大佬的回复。
页:
[1]