$useragent = strtolower($_SERVER['HTTP_USER_AGENT']); if (strpos($useragent, 'googlebot')){ exit(); } 相关文章: 2021-11-28 2021-10-28 2021-06-06 2022-01-07 2022-03-03 2022-01-30 2022-12-23 2022-01-05