摘要: 只有部分功能 // 获取本地IP地址 private string myIp; private void GetIP() { foreach (NetworkInterface ni in NetworkInterface.GetAllNetworkInterfaces()) { if (ni.Ne 阅读全文
posted @ 2023-12-07 11:06 一世癫狂 阅读(14) 评论(0) 推荐(0)