87,991
社区成员




if (self.location!=top.location)
{
top.location=self.location;
}
if (self == top)
{
location.href = "你的地址";
}
<script>var location='';</script>
if (self.location!=top.location)
{
self.location.href="xx.html";//xx.html 提示下就行了.
}