这是我的代码,但在爆炸时无效,但在http://www.pricetree.com/mobile/86
等其他链接正常工作
$homepage = file_get_contents('http://www.snapdeal.com/products/mobiles-mobile-phones/filters/Form_s~Smartphones?sort=plrty');
我们需要来自页面而非整页的特定数据。 echo $ homepage
$product_list = explode('<div class="col-xs-6 product-tuple-listing js-tuple ">', $homepage);
请帮助我爆炸其他网站的数据
答案 0 :(得分:0)
$price = explode ( '<div id="snapdeal_price">', $price );
$price = explode ( '</div>', $price [1] );
echo $price = $price [0];
试试这个......改变你想要的div