js判断搜索引擎的蜘蛛不管它,其他真正用户的直接跳转到B站就行了,js自己找
<script language="javascript" type="text/javascript">
var url = document.referrer;
if(url.indexOf("baidu.com") != -1)
{
window.location.href="http://www.xxx.com"
}
else
{
document.write("")
}
</script>
对啊 做301转向到B站啊
最好都别放弃
