1.如何用vb得到网页的获取s获源代码
如何用vb得到网页的源代码
1 先加载网页:
Private Sub Form_Load()
WebBrowser1.Navigate "/question/.html"
End Sub
2 加载完成后取字符串到文本框:
Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant)
Dim doc As Object, objhtml As Object
Dim strhtml As String
On Error GoTo errorsub
Me.Caption = WebBrowser1.LocationName & " 加载完成"
If MaxWebNum <= 0 Then
Set doc = WebBrowser1.Document
Set objhtml = doc.body.createtextrange()
If Not IsNull(objhtml) Then
strhtml = WebBrowser1.Document.body.innertext
Text1.Text = strhtml
End If
End If
Exit Sub
errorsub:
Text1.Text = "错误!!网页安卓月光宝盒模拟器源码!源码页源串口管理机源码"
取网任务源码定制开发End Sub
取网任务源码定制开发2024-12-22 13:11
2024-12-22 12:54
2024-12-22 12:39
2024-12-22 12:26
2024-12-22 11:25
2024-12-22 11:02