js判断网络连通性

Posted 乾源

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了js判断网络连通性相关的知识,希望对你有一定的参考价值。

js判断网络连通性
if (window.navigator.onLine == true) {
                        console.log("首次 -- 已连接")
                        $.ajax({
                            url: "https://www.baidu.com/",
                            type: "POST",
                            timeout: 1000,
                            dataType: "json",
                        }).complete(function (XMLHttpRequest) {
                            console.log(XMLHttpRequest);
                            if (XMLHttpRequest.status == 200) {
                                $notification.show("已经可以正常上网", !0);
                            } else {
                                console.log("准备打开上网认证界面");
                                window.open(e, i);
                            }
                        });
                    } else {
                        $notification.show("网络未连接--请检查网络");
                    }

以上是关于js判断网络连通性的主要内容,如果未能解决你的问题,请参考以下文章

板+并查集判断连通性并查集判断连通性

[RK3568][Android11]网络连通性(NetworkMonitor)分析

[RK3568][Android11]网络连通性(NetworkMonitor)分析

内网连通性判断

脚本应用

怎样检测TCP/UDP端口的连通性