$b360 = 'https://www.so.com/s?q=site%3A' . $http . '&src=360portal&_re=0'; /*域名所有收录的网址*/
$bs360 = @file_get_contents($b360);
preg_match('/该网站约(.*)个网页/', $bs360, $count); /*匹配"找到相关结果数*个"*/来源:https://www.hbsjsd.cn/art/list/334.html最佳答案
$b360 = 'https://www.so.com/s?q=site%3A' . $http . '&src=360portal&_re=0'; /*域名所有收录的网址*/
$bs360 = @file_get_contents($b360);
preg_match('/该网站约(.*)个网页/', $bs360, $count); /*匹配"找到相关结果数*个"*/来源:https://www.hbsjsd.cn/art/list/334.html