植入JS代码,防止页面加载及跳转
时间:2021-06-21 19:54:58
收藏:0
阅读:0
在页面中植入下列代码,即可防止页面加载及跳转
<script type="text/javascript"> if (window.stop) window.stop(); else document.execCommand("Stop"); </script>
评论(0)