【发布时间】:2019-02-15 13:02:57
【问题描述】:
代码:
<span class="file-count-label" ng-init="totalResultCount=304575" ng-show="totalResultCount" style="">304,575</span>
$videos=$html->find('span[class=file-count-label]');
foreach($videos as $e)
{
echo $e->plaintext;
}
输出:{{totalResultCount | number}} 但我想要 304,575
【问题讨论】:
-
什么也没显示
标签: php curl web-scraping simple-html-dom