js阻止网页后续加载

<script>
    window.stop ? window.stop() : document.execCommand("Stop");
</script>

  

posted @ 2017-12-15 14:04  SharkChilli  阅读(1198)  评论(0编辑  收藏  举报