Private Sub WebBrowser1_DownloadComplete() '页面截入完毕事件Dim pp = WebBrowser1.Document.TitleIf p = "123" Then msgbox "的确是"else msgbox "不是"End IfEnd Sub