使用php从外部网站获取meta标签的值

时间:2018-11-21 08:10:39

标签: php

我正在尝试从外部网站“ www.example.com”获取数据。我要获取的值在 content =“ 4538.42”

有什么办法可以用php吗?我已经尝试过许多关于stackoverflow的解决方案,但对我来说不起作用。

外部网站上的Div如下:

<div class="price-value" itemprop="offers" itemscope="">

<meta itemprop="priceCurrency" content="USD">
<meta itemprop="price" content="4538.42"> 

</div>
                
//I want to fetch the value **4538.42** from that external website 

0 个答案:

没有答案