<div class="logoDesc">
Gnb Road, Chandmari, Guwahati - 781003
|
<a href="http://www.justdial.com/Guwahati/Kiran-Mistanna-Bhandar-<near>-Chandmari/9999PX361-X361-1230284509G9V5B2-DC_R3V3YWhhdGkgQmFjaGVsb3IgQ2FrZQ==_BZDET/map">
View Map</a><br>
<p>
<span class="Gray">Call: </span><span style="color: #424242; font-size: 12px;">+(91)-9954843180</span>
<span style="color: #424242;">|</span> <a href="http://contest.justdial.com/contest/register.php?utm_source=rsbnr&utm_medium=banner&cont_ref=rsbnr"
style="font-size: 12px; display: inline-block;" onclick="_ct('Win Ipad2','ltpg');"
target="_blank"><b>Win iPad2</b></a>
</p>
<p>
<span class="Gray">Also See :</span> <b>Cake Shops</b>, <a href="http://www.justdial.com/Guwahati/Bakeries/ct-10033880">
Bakeries</a>, <a href="http://www.justdial.com/Guwahati/Confectionery-Retailers/ct-10127628">
Confectionery Retailers</a>
</p>
</div>
私は HTML アジリティ パックを使用しています...[星の間] のみのアドレスを抽出したい..どのような構文が必要ですか?? 親切に助けてください。
更新:次のコードを使用しています
Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim webGet = New HtmlWeb()
Dim document = webGet.Load("http://www.justdial.com/Guwahati/Bachelor-Cake/ct-10070075")
Dim nodes1 = document.DocumentNode.SelectNodes("//*[@class='logoDesc']")
For Each node In nodes1
MsgBox(node.InnerText)
Next node
End Sub
このコード スニペットを使用して、div 内のすべての詳細を取得します...アドレスだけが必要です。