如何从网站(任何网址)使用xpath(xpath_query)获取href链接?

时间:2014-08-19 12:16:44

标签: php ajax wordpress xpath

我想从此网址获取社交链接。

http://profiles.wordpress.org/mahesh901122

Mahesh Waghmare的档案图片

Member Since: October 6th, 2012
Pune, Maharashtra, India
Wordpress Developer

Find me on: https://www.facebook.com/mwaghmare7
            http://profiles.google.com/101103699636703768957

我试过:// @ [@ id ='user-social-media-accounts'] / @ href但它不能返回任何网址。为google spreedsheet建议xpath_query或获取这些链接的其他方式。 wordpress / php开发人员的任何技巧。

1 个答案:

答案 0 :(得分:0)

user-social-media-accountsid标记的<ul>,而不是<a>标记。当使用谷歌电子表格进行测试时,这个XPath能够像我预期的那样返回3个社交媒体网址:

//ul[@id='user-social-media-accounts']/li/a/@href