标签:
if (navigator && navigator.onLine === false) { alert("无法连接网络") } else { alert("正常上网") }
Js navigator.onLine 获取设备是否可以上网、连接网络
原文地址:http://www.cnblogs.com/CyLee/p/5899568.html