
var web = document.location;
if (top.location == self.location) ...{
top.location="../admin.aspx";
}通过调节"=="可以实现页面是否被包含或者没有被包含在一个框架里面

var web = document.location;
if (top.location == self.location) ...{
top.location="../admin.aspx";
}通过调节"=="可以实现页面是否被包含或者没有被包含在一个框架里面

被折叠的 条评论
为什么被折叠?