kn191314 發表於 2012-1-25 01:14:24

新手抱抱

<iframe src="https://www.beijingshijian.net/clock.asp#color:ff0000;font-size:9pt" width=200 height=20 frameborder=0 scrolling=no allowTransparency=true></iframe>

kn191314 發表於 2012-1-25 01:45:27

Dim request = WebRequest.Create("https://www.xfastest.com")
      request.Method = "GET"
      Dim response = request.GetResponse()
      MessageBox.Show(response.Headers("Date"))

      response.Close()
      response = Nothing
      request = Nothing
頁: [1]
查看完整版本: 新手抱抱