我使用这个 xPath
$url = extractNodeValue('//*[@id="coremain"]/div[1]/div[1]/div/div[2]/a', $xPath);
从此 HTML 中获取链接
<a href="http://www.domain.com" class="summary url" style="color: rgb(198, 35, 35);">Name of the link</a>
但是,我没有获得链接,而是获得了链接的出现名称。我怎样才能解决这个问题?