Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>显示浏览器访问过的网站数</title>
</head>
<body>
<script language="javascript">
<!--
var count = history.length;
document.write("你目前已访问过" + count +"个网站");
-->
</script>
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx