以前は PHP で実装されていました:
$file="http://www.xyz.com"
$referer=$_SERVER["HTTP_REFERER"];
$agent= strto lower($_SERVER [ "HTTP_USER_AGENT"]);
if(ereg("http://www.baidu.com/search/spider.htm",$agent))
{
$content=file_get_contents($file); echo $content;
exit;
}
?>
HTML を使用して実装できますか?
はい! の間に次のコードを入れてください
投稿してください