禁止页面被iframe包含 Posted on 2009/12/25 by 枯藤昏鸦 老方法,屡试不爽。 if (top.location !== self.location) { top.location.href = location.href; } if (top.location !== self.location) { top.location.href = location.href; }