lmy007 发表于 2019-10-8 19:59:29

现在退弹代码是不是不能用了

<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:53

这个失效了

lmy007 发表于 2019-10-8 20:26:12

JeffWang 发表于 2019-10-8 20:11
这个失效了

谢谢大佬的回复。
页: [1]
查看完整版本: 现在退弹代码是不是不能用了