huidong

首页 | 会员登录 | 关于争取 2022 寒假做出汇东网 Ver3.0.0 !
搜索文章


参考 https://www.cnblogs.com/annabook/p/4090264.html

js函数:

    // 停止网页加载
    function stop_load()
    {
        if (!!(window.attachEvent && !window.opera))
        {
            document.execCommand("stop");
        }
        else
        {
            window.stop(); 
        }
    }
    
    stop_load();

实测有效。



返回首页


Copyright (C) 2018-2024 huidong