摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;namespace LocalApp.ConsoleApp.Core{ public class Net { [DllImport("wininet")] private extern static bool InternetGetConnectedState(out int connectionDescription, int reser 阅读全文