新手抱抱
<iframe src="https://www.beijingshijian.net/clock.asp#color:ff0000;font-size:9pt" width=200 height=20 frameborder=0 scrolling=no allowTransparency=true></iframe> 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]