额,最近出现专门给校内主页套马甲的网站,奉老大之命,特加下面两句

1
2
3
4
5
try{
	top.location.href.indexOf('xxxx.com');
}catch(e){
	top.location = self.location;
}
Copy Code