检测浏览器去过站点:告诉访客他此次上网已经访问了多少个站点
把如下代码加入<body>区域中 <script> var times=history.length; document.write('此浏览器已经去过'+times+'个站了。'); </script>