摘要: c# 网络是否连接方案一: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 using System.Runtime.InteropServices;... 阅读全文
posted @ 2014-12-17 16:44 土豆哥 阅读(279) 评论(0) 推荐(0) 编辑
摘要: js 网络是否连接的几种方案1.通过html5的新属性:window.onload = function () { var isOnLine = navigator.onLine; if (isOnLine) { return alert("网络连接!"); } alert("网络断开连接!"); ... 阅读全文
posted @ 2014-12-17 15:31 土豆哥 阅读(358) 评论(0) 推荐(0) 编辑