我正在尝试提取 ChannelAdvisor 库存列表的页码,但它总是输出 EMPTY。
这是我的代码:
<?php
$url = "https://merchant.channeladvisor.com/AM/MyInventory/View_Inventory.aspx?apid=32001263";
$str = file_get_contents($url);
preg_match('/<span id="Surround_ctl00_Surround_Content_Paging_ctl00_l1"> of (.*?)<\/span> /',$str,$as);
var_dump($as);
?>
我正在尝试提取340 ..