Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>防止网页被他人加入页框</title>
<script language="javascript">
<!--
if (top.location !== self.location) {
top.location=self.location;
}
</script>
</head>
<body>
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx