摘要:
C#通常有三种方法获取网页内容,使用WebClient、WebBrowser或者HttpWebRequest/HttpWebResponse。 方法一:使用WebClient 方法二:使用WebBrowser 方法三:使用HttpWebRequest/HttpWebResponse 1 HttpWe 阅读全文
摘要:
1.COMHelper类 /// <summary>初始化串行端口</summary>private SerialPort _serialPort; public SerialPort serialPort{get { return _serialPort; }set { _serialPort = 阅读全文