我正在尝试从外部网站“ 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