摘要: C# Ping IP地址通不通方法一:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Net;using System.Net.NetworkInformation;namespace PingIpAddress{ public partial class Form1 : Form { public Fo 阅读全文
posted @ 2013-10-29 22:31 zhao33699 阅读(505) 评论(0) 推荐(0)