戻る
Private Sub Command1_Click() Inet1.Protocol = icHTTP Inet1.OpenURL "http://homepage1.nifty.com/kurichan/index.htm" 'データの長さ(単位:バイト) Debug.Print Inet1.GetHeader("Content-length") 'データの最終変更日及び時刻 Debug.Print Inet1.GetHeader("Last-modified") '全てのヘッダ情報を表示 Debug.Print Inet1.GetHeader() End Sub
Private Sub Command1_Click()
Inet1.Protocol = icHTTP
Inet1.OpenURL "http://homepage1.nifty.com/kurichan/index.htm"
'データの長さ(単位:バイト) Debug.Print Inet1.GetHeader("Content-length")
'データの最終変更日及び時刻 Debug.Print Inet1.GetHeader("Last-modified")
'全てのヘッダ情報を表示 Debug.Print Inet1.GetHeader()
End Sub