if(window.navigator.onLine==true){
alert("connect success")
}else{
alert("fail")
}

window.navigator.onLine
总是返回true,无论是离线还是在线。还有其他方法可以解决这个问题吗?感谢。
答案 0 :(得分:0)
如果我理解正确的问题,它已在这里回答: Detect that the Internet connection is offline?
我们可以为同一个问题标记此副本。