VB.NET - 如何通过网页源搜索特定的 div 并在 txt 中作为 msgbox 输出?
到目前为止,我可以下载网页的源代码。但我不知道如何通过它搜索特定的信息字符串。
到目前为止的代码:
Dim source As String = New
System.Net.WebClient().DownloadString("http://pagewantingtouse.com")
该部门称为“描述”,我是在其中的信息之后。我想将其作为消息框输出。
下面的例子:
<div class="description">
The Amazing Spider-Man is a 2012 American superhero film based on the Marvel
Comics character Spider-Man. It is the fourth installment of the Spider-Man film series, serving
as a reboot.
</div>